Skip to main content
GET
/
agents
/
supplied-actions
List supplied actions
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/agents/supplied-actions \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": [
    {
      "id": 4065,
      "supplied_id": "web_search",
      "action_name": "web_search",
      "action_type": "api_call",
      "description": "Search the web for current information. Use this for questions about recent events or facts outside your knowledge.",
      "content_hash": "a1b2c3...",
      "uses_platform_credentials": true
    },
    {
      "id": 4064,
      "supplied_id": "build_strategy",
      "action_name": "build_strategy",
      "action_type": "llm_call",
      "description": "Build a clear, actionable strategy for the current task.",
      "content_hash": "d4e5f6...",
      "uses_platform_credentials": false
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Response

200 - application/json

List supplied actions.

data
object[]