cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/agents \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 101, "agent_name": "Onboarding Agent", "application_id": 42, "status": "ENABLED", "description": "Guides new users through account setup" } ] }
List all agents belonging to your company. Optionally include sub-agents and actions.
Your Maitai API key from the Portal.
Include sub-agents in the response.
Include agent actions in the response.
List agents.
Show child attributes
Was this page helpful?