> ## Documentation Index
> Fetch the complete documentation index at: https://incredible-42686482-cursor-create-detailed-ai-agent-cookboo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Integrations

> List available integrations so you can populate pickers, drive onboarding, and see what’s enabled.

<ResponseExample>
  ```json Response
  [
    {
      "id": "gmail",
      "name": "Gmail",
      "description": "Gmail integration for sending and managing emails",
      "logo_url": "https://example.com/gmail-logo.png",
      "app_url": "https://gmail.com",
      "features": [
        {
          "name": "GMAIL_SEND_EMAIL",
          "description": "Send an email via Gmail",
          "parameters": {
            "to": "string",
            "subject": "string",
            "body": "string"
          }
        }
      ],
      "auth_method": "OAUTH2"
    },
    {
      "id": "perplexity",
      "name": "Perplexity",
      "description": "AI-powered search and research tool",
      "logo_url": "https://example.com/perplexity-logo.png",
      "app_url": "https://perplexity.ai",
      "features": [
        {
          "name": "PERPLEXITY_SEARCH",
          "description": "Perform a search query",
          "parameters": {
            "query": "string",
            "focus": "string"
          }
        }
      ],
      "auth_method": "API_KEY"
    }
  ]
  ```
</ResponseExample>
