cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/agents/actions/{action_id}/enable \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 200, "action_name": "Lookup Order", "enabled": true } }
Re-enable a previously disabled action.
Your Maitai API key from the Portal.
Enable action.
A capability that an agent can invoke — an LLM call, API call, or webhook.
Show child attributes
Was this page helpful?