Agents
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
1001Paginated list of agents
Unauthorized — Invalid or missing API key
Forbidden — Active subscription required
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Input schema for creating or updating an agent
openrouteropenai/gpt-4.1Agent created
Unauthorized — Invalid or missing API key
Payment Required — Insufficient credits
Forbidden — Requires a master API key
Validation error
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Agent details
Unauthorized — Invalid or missing API key
Agent key does not have access to this agent
Agent not found
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Input schema for creating or updating an agent
openrouteropenai/gpt-4.1Agent updated
Unauthorized — Invalid or missing API key
Payment Required — Insufficient credits
Forbidden — Requires a master API key
Agent not found
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Agent deleted
Agent deleted successfullyUnauthorized — Invalid or missing API key
Forbidden — Requires a master API key
Agent not found
Last updated