> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Agent Bots (Platform)

> Lista los agent bots de la plataforma. Requiere platformAppApiKey.

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/platform/api/v1/agent_bots' \
    -H 'api_access_token: TU_PLATFORM_TOKEN' -H 'Content-Type: application/json'
  ```
</RequestExample>
