Skip to main content

List Agents

string
required
/v1/agents
List all agents.

Query Parameters

number
Maximum number of agents to return (default: 20, max: 100)
number
Number of agents to skip (default: 0)
array
List of agents
number
Total number of agents

Get Agent

string
required
/v1/agents/
Get details of a specific agent.
string
Agent ID
string
Agent name
string
Agent type (langgraph, crewai, n8n, custom)

Create Agent

string
required
/v1/agents
Create a new agent.

Body

string
required
Agent name
string
required
Agent type (langgraph, crewai, n8n, custom)
string
Agent description