cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/agents/actions/{action_id} \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "description": "Updated order lookup with retry logic", "invocation_mode": "background" } '
{ "data": { "id": 200, "action_name": "Lookup Order", "description": "Updated order lookup with retry logic", "invocation_mode": "background" } }
Update an action’s name, type, description, config, or invocation mode.
Your Maitai API key from the Portal.
Update agent action.
A capability that an agent can invoke — an LLM call, API call, or webhook.
Show child attributes
Was this page helpful?