Organization API Key
Creates an agent by organization API key. The response includes the agent details.
Custom authentication header
Agent role ID.
123e4567-e89b-12d3-a456-426614174000Name of the agent.
My agentPublic name of the agent.
My agentDescription of the agent.
My agent descriptionDisclaimer of the agent.
My agent disclaimerInstructions of the agent.
My agent instructionsModel of the agent.
gpt-4oPossible values: TopP of the agent.
1Temperature of the agent.
1Is file search enabled by default.
falseIs code interpreter enabled by default.
falseFile search max number of results. Required when isFileSearchEnabled is true.
10Example: 10Reasoning effort of the agent. Required only when mode is reasoning.
mediumPossible values: Is agent API skill enabled by default.
trueIs output JSON schema enabled by default.
falseOutput JSON schema of the agent.
{"type": "object", "properties": {"name": {"type": "string"}}}Tags of the agent.
["Sales", "Support"]Successfully created the agent.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Unexpected error occurred while processing the request. Please try again later.
Fetches agent roles by organization API key. The response includes agent roles details.
Custom authentication header
Successfully retrieved agent roles.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Unexpected error occurred while processing the request. Please try again later.
Last updated

