Agents
Create agent
Create an AI agent for a sender. Each sender can have at most one agent.
POST
Create agent
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Maximum string length:
100LLM provider for the AI agent.
Available options:
openai, anthropic, google, mistral, zavu Maximum string length:
10000API key for the LLM provider. Required unless provider is 'zavu'.
Required range:
1 <= x <= 50Required range:
1 <= x <= 4096Required range:
0 <= x <= 2Response
Agent created.
AI Agent configuration for a sender.
