UNPKG

@agentx-ai/agentx-js

Version:

Official JavaScript/TypeScript SDK for AgentX (https://www.agentx.so/)

7 lines (6 loc) 168 B
export function getHeaders(apiKey?: string): Record<string, string> { return { accept: "*/*", "x-api-key": apiKey || process.env.AGENTX_API_KEY || "", }; }