{
  "version": "0.1.0",
  "count": 83,
  "items": [
    {
      "id": "airtable",
      "label": "Airtable",
      "description": "Airtable Bases API — records, tables, and bases",
      "host": "api.airtable.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "AIRTABLE_API_KEY"
      ],
      "docs": "https://airtable.com/developers/web/api/introduction",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=airtable.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v0/meta/bases"
      },
      "variables": [],
      "raw": {
        "id": "airtable",
        "url": {
          "host": "api.airtable.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('AIRTABLE_API_KEY')"
        },
        "meta": {
          "label": "Airtable",
          "description": "Airtable Bases API — records, tables, and bases",
          "docs": "https://airtable.com/developers/web/api/introduction",
          "icon": "https://www.google.com/s2/favicons?domain=airtable.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v0/meta/bases"
        }
      }
    },
    {
      "id": "amplitude",
      "label": "Amplitude",
      "description": "Amplitude product analytics API",
      "host": "api.amplitude.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "AMPLITUDE_API_KEY"
      ],
      "docs": "https://amplitude.com/docs/api",
      "llms": "https://amplitude.com/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=amplitude.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/2/users"
      },
      "variables": [],
      "raw": {
        "id": "amplitude",
        "url": {
          "host": "api.amplitude.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('AMPLITUDE_API_KEY')"
        },
        "meta": {
          "label": "Amplitude",
          "description": "Amplitude product analytics API",
          "docs": "https://amplitude.com/docs/api",
          "llms": "https://amplitude.com/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=amplitude.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/2/users"
        }
      }
    },
    {
      "id": "anthropic",
      "label": "Anthropic",
      "description": "Claude large language models (chat, tools, vision)",
      "host": "api.anthropic.com",
      "path": "",
      "headers": [
        "x-api-key",
        "anthropic-version"
      ],
      "secrets": [
        "ANTHROPIC_API_KEY"
      ],
      "docs": "https://docs.anthropic.com/en/api",
      "llms": "https://docs.anthropic.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=anthropic.com&sz=128",
      "probe": {
        "method": "POST",
        "path": "/v1/messages"
      },
      "variables": [],
      "raw": {
        "id": "anthropic",
        "url": {
          "host": "api.anthropic.com"
        },
        "headers": {
          "x-api-key": "kv('ANTHROPIC_API_KEY')",
          "anthropic-version": "'2023-06-01'"
        },
        "meta": {
          "label": "Anthropic",
          "description": "Claude large language models (chat, tools, vision)",
          "docs": "https://docs.anthropic.com/en/api",
          "icon": "https://www.google.com/s2/favicons?domain=anthropic.com&sz=128",
          "llms": "https://docs.anthropic.com/llms.txt"
        },
        "probe": {
          "method": "POST",
          "path": "/v1/messages"
        }
      }
    },
    {
      "id": "assemblyai",
      "label": "AssemblyAI",
      "description": "Speech-to-text transcription and audio intelligence",
      "host": "api.assemblyai.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "ASSEMBLYAI_API_KEY"
      ],
      "docs": "https://www.assemblyai.com/docs/api-reference",
      "llms": "https://www.assemblyai.com/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=assemblyai.com&sz=128",
      "probe": {
        "method": "POST",
        "path": "/v2/transcript"
      },
      "variables": [],
      "raw": {
        "id": "assemblyai",
        "url": {
          "host": "api.assemblyai.com"
        },
        "headers": {
          "Authorization": "kv('ASSEMBLYAI_API_KEY')"
        },
        "meta": {
          "label": "AssemblyAI",
          "description": "Speech-to-text transcription and audio intelligence",
          "docs": "https://www.assemblyai.com/docs/api-reference",
          "icon": "https://www.google.com/s2/favicons?domain=assemblyai.com&sz=128",
          "llms": "https://www.assemblyai.com/docs/llms.txt"
        },
        "probe": {
          "method": "POST",
          "path": "/v2/transcript"
        }
      }
    },
    {
      "id": "axiom",
      "label": "Axiom",
      "description": "Axiom data ingestion API",
      "host": "api.axiom.co",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "AXIOM_API_KEY"
      ],
      "docs": "https://axiom.co/docs/restapi/introduction",
      "llms": "https://axiom.co/llms.txt",
      "openapi": "https://raw.githubusercontent.com/axiomhq/docs/main/content/docs/%28api-reference%29/restapi/versions/v2.json",
      "icon": "https://www.google.com/s2/favicons?domain=axiom.co&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/datasets"
      },
      "variables": [],
      "raw": {
        "id": "axiom",
        "url": {
          "host": "api.axiom.co"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('AXIOM_API_KEY')"
        },
        "meta": {
          "label": "Axiom",
          "description": "Axiom data ingestion API",
          "docs": "https://axiom.co/docs/restapi/introduction",
          "llms": "https://axiom.co/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=axiom.co&sz=128",
          "openapi": "https://raw.githubusercontent.com/axiomhq/docs/main/content/docs/%28api-reference%29/restapi/versions/v2.json"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/datasets"
        }
      }
    },
    {
      "id": "brave",
      "label": "Brave Search",
      "description": "Independent web search API with its own index",
      "host": "api.search.brave.com",
      "path": "",
      "headers": [
        "X-Subscription-Token"
      ],
      "secrets": [
        "BRAVE_SEARCH_API_KEY"
      ],
      "docs": "https://brave.com/api/",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=brave.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/res/v1/web/search?q=test"
      },
      "variables": [],
      "raw": {
        "id": "brave",
        "url": {
          "host": "api.search.brave.com"
        },
        "headers": {
          "X-Subscription-Token": "kv('BRAVE_SEARCH_API_KEY')"
        },
        "meta": {
          "label": "Brave Search",
          "description": "Independent web search API with its own index",
          "docs": "https://brave.com/api/",
          "icon": "https://www.google.com/s2/favicons?domain=brave.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/res/v1/web/search?q=test"
        }
      }
    },
    {
      "id": "cerebras",
      "label": "Cerebras",
      "description": "Ultra-fast LLM inference on wafer-scale hardware",
      "host": "api.cerebras.ai",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "CEREBRAS_API_KEY"
      ],
      "docs": "https://inference-docs.cerebras.ai/api-reference",
      "llms": "https://inference-docs.cerebras.ai/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=cerebras.ai&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "cerebras",
        "url": {
          "host": "api.cerebras.ai"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('CEREBRAS_API_KEY')"
        },
        "meta": {
          "label": "Cerebras",
          "description": "Ultra-fast LLM inference on wafer-scale hardware",
          "docs": "https://inference-docs.cerebras.ai/api-reference",
          "llms": "https://inference-docs.cerebras.ai/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=cerebras.ai&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "circleci",
      "label": "CircleCI",
      "description": "Continuous integration and delivery pipelines",
      "host": "circleci.com",
      "path": "/api/v2",
      "headers": [
        "Circle-Token"
      ],
      "secrets": [
        "CIRCLECI_TOKEN"
      ],
      "docs": "https://circleci.com/docs/api/v2/",
      "llms": "https://circleci.com/docs/api/v2/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=circleci.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/me"
      },
      "variables": [],
      "raw": {
        "id": "circleci",
        "url": {
          "host": "circleci.com",
          "path": "/api/v2"
        },
        "headers": {
          "Circle-Token": "kv('CIRCLECI_TOKEN')"
        },
        "meta": {
          "label": "CircleCI",
          "description": "Continuous integration and delivery pipelines",
          "docs": "https://circleci.com/docs/api/v2/",
          "icon": "https://www.google.com/s2/favicons?domain=circleci.com&sz=128",
          "llms": "https://circleci.com/docs/api/v2/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/me"
        }
      }
    },
    {
      "id": "cloudflare",
      "label": "Cloudflare",
      "description": "CDN, DNS, and edge network management",
      "host": "api.cloudflare.com",
      "path": "/client/v4",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "CLOUDFLARE_API_TOKEN"
      ],
      "docs": "https://developers.cloudflare.com/api/",
      "llms": "https://developers.cloudflare.com/api/llms.txt",
      "openapi": "https://raw.githubusercontent.com/cloudflare/api-schemas/main/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=cloudflare.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/user/tokens/verify"
      },
      "variables": [],
      "raw": {
        "id": "cloudflare",
        "url": {
          "host": "api.cloudflare.com",
          "path": "/client/v4"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('CLOUDFLARE_API_TOKEN')"
        },
        "meta": {
          "label": "Cloudflare",
          "description": "CDN, DNS, and edge network management",
          "docs": "https://developers.cloudflare.com/api/",
          "llms": "https://developers.cloudflare.com/api/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=cloudflare.com&sz=128",
          "openapi": "https://raw.githubusercontent.com/cloudflare/api-schemas/main/openapi.json"
        },
        "probe": {
          "method": "GET",
          "path": "/user/tokens/verify"
        }
      }
    },
    {
      "id": "cohere",
      "label": "Cohere",
      "description": "Enterprise LLMs for chat, embeddings, and rerank",
      "host": "api.cohere.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "COHERE_API_KEY"
      ],
      "docs": "https://docs.cohere.com/reference",
      "llms": "https://docs.cohere.com/llms.txt",
      "openapi": "https://docs.cohere.com/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=cohere.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v2/models"
      },
      "variables": [],
      "raw": {
        "id": "cohere",
        "url": {
          "host": "api.cohere.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('COHERE_API_KEY')"
        },
        "meta": {
          "label": "Cohere",
          "description": "Enterprise LLMs for chat, embeddings, and rerank",
          "docs": "https://docs.cohere.com/reference",
          "llms": "https://docs.cohere.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=cohere.com&sz=128",
          "openapi": "https://docs.cohere.com/openapi.json"
        },
        "probe": {
          "method": "GET",
          "path": "/v2/models"
        }
      }
    },
    {
      "id": "coingecko",
      "label": "CoinGecko",
      "description": "Cryptocurrency prices and market data",
      "host": "api.coingecko.com",
      "path": "",
      "headers": [
        "x-cg-demo-api-key"
      ],
      "secrets": [
        "COINGECKO_API_KEY"
      ],
      "docs": "https://docs.coingecko.com/reference/introduction",
      "llms": "https://docs.coingecko.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=coingecko.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/v3/ping"
      },
      "variables": [],
      "raw": {
        "id": "coingecko",
        "url": {
          "host": "api.coingecko.com"
        },
        "headers": {
          "x-cg-demo-api-key": "kv('COINGECKO_API_KEY')"
        },
        "meta": {
          "label": "CoinGecko",
          "description": "Cryptocurrency prices and market data",
          "docs": "https://docs.coingecko.com/reference/introduction",
          "icon": "https://www.google.com/s2/favicons?domain=coingecko.com&sz=128",
          "llms": "https://docs.coingecko.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/api/v3/ping"
        }
      }
    },
    {
      "id": "command-code",
      "label": "Command Code",
      "description": "Command Code provider API (OpenAI-compatible, coding models)",
      "host": "api.commandcode.ai",
      "path": "/provider/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "COMMAND_CODE_API_KEY"
      ],
      "docs": "https://commandcode.ai/provider",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=commandcode.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "command-code",
        "url": {
          "host": "api.commandcode.ai",
          "path": "/provider/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('COMMAND_CODE_API_KEY')"
        },
        "meta": {
          "label": "Command Code",
          "description": "Command Code provider API (OpenAI-compatible, coding models)",
          "docs": "https://commandcode.ai/provider",
          "icon": "https://www.google.com/s2/favicons?domain=commandcode.ai&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "customerio",
      "label": "Customer.io",
      "description": "Customer.io App API — campaigns, segments, people (US region; EU is api-eu.customer.io; Track API is separate basic auth)",
      "host": "api.customer.io",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "CUSTOMERIO_APP_API_KEY"
      ],
      "docs": "https://docs.customer.io/integrations/api/app/",
      "llms": "https://docs.customer.io/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=customer.io&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/segments"
      },
      "variables": [],
      "raw": {
        "id": "customerio",
        "url": {
          "host": "api.customer.io"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('CUSTOMERIO_APP_API_KEY')"
        },
        "meta": {
          "label": "Customer.io",
          "description": "Customer.io App API — campaigns, segments, people (US region; EU is api-eu.customer.io; Track API is separate basic auth)",
          "docs": "https://docs.customer.io/integrations/api/app/",
          "llms": "https://docs.customer.io/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=customer.io&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/segments"
        }
      }
    },
    {
      "id": "datadog",
      "label": "Datadog",
      "description": "Infrastructure and application monitoring",
      "host": "api.datadoghq.com",
      "path": "",
      "headers": [
        "DD-API-KEY",
        "DD-APPLICATION-KEY"
      ],
      "secrets": [
        "DD_API_KEY",
        "DD_APP_KEY"
      ],
      "docs": "https://docs.datadoghq.com/api/",
      "llms": "https://docs.datadoghq.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=datadoghq.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/v1/validate"
      },
      "variables": [],
      "raw": {
        "id": "datadog",
        "url": {
          "host": "api.datadoghq.com"
        },
        "headers": {
          "DD-API-KEY": "kv('DD_API_KEY')",
          "DD-APPLICATION-KEY": "kv('DD_APP_KEY')"
        },
        "meta": {
          "label": "Datadog",
          "description": "Infrastructure and application monitoring",
          "docs": "https://docs.datadoghq.com/api/",
          "llms": "https://docs.datadoghq.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=datadoghq.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/api/v1/validate"
        }
      }
    },
    {
      "id": "deepgram",
      "label": "Deepgram",
      "description": "Real-time and batch speech-to-text",
      "host": "api.deepgram.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "DEEPGRAM_API_KEY"
      ],
      "docs": "https://developers.deepgram.com/reference",
      "llms": "https://developers.deepgram.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=deepgram.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/projects"
      },
      "variables": [],
      "raw": {
        "id": "deepgram",
        "url": {
          "host": "api.deepgram.com"
        },
        "headers": {
          "Authorization": "'Token ' + kv('DEEPGRAM_API_KEY')"
        },
        "meta": {
          "label": "Deepgram",
          "description": "Real-time and batch speech-to-text",
          "docs": "https://developers.deepgram.com/reference",
          "icon": "https://www.google.com/s2/favicons?domain=deepgram.com&sz=128",
          "llms": "https://developers.deepgram.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/projects"
        }
      }
    },
    {
      "id": "deepseek",
      "label": "DeepSeek",
      "description": "Open-weight LLMs (chat and reasoning), OpenAI-compatible",
      "host": "api.deepseek.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "DEEPSEEK_API_KEY"
      ],
      "docs": "https://platform.deepseek.com/api-docs",
      "llms": "https://api-docs.deepseek.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=deepseek.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "deepseek",
        "url": {
          "host": "api.deepseek.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('DEEPSEEK_API_KEY')"
        },
        "meta": {
          "label": "DeepSeek",
          "description": "Open-weight LLMs (chat and reasoning), OpenAI-compatible",
          "docs": "https://platform.deepseek.com/api-docs",
          "icon": "https://www.google.com/s2/favicons?domain=deepseek.com&sz=128",
          "llms": "https://api-docs.deepseek.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "digitalocean",
      "label": "DigitalOcean",
      "description": "Cloud VMs, databases, and managed infrastructure",
      "host": "api.digitalocean.com",
      "path": "/v2",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "DIGITALOCEAN_TOKEN"
      ],
      "docs": "https://docs.digitalocean.com/reference/api/",
      "llms": "https://docs.digitalocean.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=digitalocean.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/account"
      },
      "variables": [],
      "raw": {
        "id": "digitalocean",
        "url": {
          "host": "api.digitalocean.com",
          "path": "/v2"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('DIGITALOCEAN_TOKEN')"
        },
        "meta": {
          "label": "DigitalOcean",
          "description": "Cloud VMs, databases, and managed infrastructure",
          "docs": "https://docs.digitalocean.com/reference/api/",
          "icon": "https://www.google.com/s2/favicons?domain=digitalocean.com&sz=128",
          "llms": "https://docs.digitalocean.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/account"
        }
      }
    },
    {
      "id": "discord",
      "label": "Discord",
      "description": "Discord bot and user API",
      "host": "discord.com",
      "path": "/api",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "DISCORD_BOT_TOKEN"
      ],
      "docs": "https://discord.com/developers/docs",
      "llms": "https://discord.com/developers/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=discord.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v10/users/@me"
      },
      "variables": [],
      "raw": {
        "id": "discord",
        "url": {
          "host": "discord.com",
          "path": "/api"
        },
        "headers": {
          "Authorization": "'Bot ' + kv('DISCORD_BOT_TOKEN')"
        },
        "meta": {
          "label": "Discord",
          "description": "Discord bot and user API",
          "docs": "https://discord.com/developers/docs",
          "llms": "https://discord.com/developers/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=discord.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v10/users/@me"
        }
      }
    },
    {
      "id": "doppler",
      "label": "Doppler",
      "description": "Secrets management and environment configuration",
      "host": "api.doppler.com",
      "path": "/v3",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "DOPPLER_TOKEN"
      ],
      "docs": "https://docs.doppler.com/reference",
      "llms": "https://docs.doppler.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=doppler.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/configs"
      },
      "variables": [],
      "raw": {
        "id": "doppler",
        "url": {
          "host": "api.doppler.com",
          "path": "/v3"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('DOPPLER_TOKEN')"
        },
        "meta": {
          "label": "Doppler",
          "description": "Secrets management and environment configuration",
          "docs": "https://docs.doppler.com/reference",
          "icon": "https://www.google.com/s2/favicons?domain=doppler.com&sz=128",
          "llms": "https://docs.doppler.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/configs"
        }
      }
    },
    {
      "id": "elevenlabs",
      "label": "ElevenLabs",
      "description": "AI text-to-speech and voice generation",
      "host": "api.elevenlabs.io",
      "path": "",
      "headers": [
        "xi-api-key"
      ],
      "secrets": [
        "ELEVENLABS_API_KEY"
      ],
      "docs": "https://elevenlabs.io/docs/api-reference",
      "llms": "https://elevenlabs.io/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=elevenlabs.io&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/user"
      },
      "variables": [],
      "raw": {
        "id": "elevenlabs",
        "url": {
          "host": "api.elevenlabs.io"
        },
        "headers": {
          "xi-api-key": "kv('ELEVENLABS_API_KEY')"
        },
        "meta": {
          "label": "ElevenLabs",
          "description": "AI text-to-speech and voice generation",
          "docs": "https://elevenlabs.io/docs/api-reference",
          "icon": "https://www.google.com/s2/favicons?domain=elevenlabs.io&sz=128",
          "llms": "https://elevenlabs.io/docs/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/user"
        }
      }
    },
    {
      "id": "exa",
      "label": "Exa",
      "description": "Neural web search built for AI agents",
      "host": "api.exa.ai",
      "path": "",
      "headers": [
        "x-api-key"
      ],
      "secrets": [
        "EXA_API_KEY"
      ],
      "docs": "https://docs.exa.ai/reference",
      "llms": "https://docs.exa.ai/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=exa.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/contents"
      },
      "variables": [],
      "raw": {
        "id": "exa",
        "url": {
          "host": "api.exa.ai"
        },
        "headers": {
          "x-api-key": "kv('EXA_API_KEY')"
        },
        "meta": {
          "label": "Exa",
          "description": "Neural web search built for AI agents",
          "docs": "https://docs.exa.ai/reference",
          "icon": "https://www.google.com/s2/favicons?domain=exa.ai&sz=128",
          "llms": "https://docs.exa.ai/llms.txt"
        },
        "probe": {
          "method": "POST",
          "path": "/contents"
        }
      }
    },
    {
      "id": "facebook",
      "label": "Facebook",
      "description": "Facebook Graph API",
      "host": "graph.facebook.com",
      "path": "",
      "headers": [],
      "secrets": [
        "FACEBOOK_ACCESS_TOKEN"
      ],
      "docs": "https://developers.facebook.com/docs/graph-api",
      "llms": "https://developers.facebook.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=facebook.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v22.0/me"
      },
      "variables": [],
      "raw": {
        "id": "facebook",
        "url": {
          "host": "graph.facebook.com"
        },
        "headers": {},
        "query": {
          "access_token": "kv('FACEBOOK_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Facebook",
          "description": "Facebook Graph API",
          "docs": "https://developers.facebook.com/docs/graph-api",
          "llms": "https://developers.facebook.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=facebook.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v22.0/me"
        }
      }
    },
    {
      "id": "figma",
      "label": "Figma",
      "description": "Collaborative interface design: files, comments, and components",
      "host": "api.figma.com",
      "path": "",
      "headers": [
        "X-Figma-Token"
      ],
      "secrets": [
        "FIGMA_ACCESS_TOKEN"
      ],
      "docs": "https://www.figma.com/developers/api",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=figma.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/me"
      },
      "variables": [],
      "raw": {
        "id": "figma",
        "url": {
          "host": "api.figma.com"
        },
        "headers": {
          "X-Figma-Token": "kv('FIGMA_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Figma",
          "description": "Collaborative interface design: files, comments, and components",
          "docs": "https://www.figma.com/developers/api",
          "icon": "https://www.google.com/s2/favicons?domain=figma.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/me"
        }
      }
    },
    {
      "id": "finnhub",
      "label": "Finnhub",
      "description": "Real-time stock, forex, and financial data",
      "host": "finnhub.io",
      "path": "",
      "headers": [],
      "secrets": [
        "FINNHUB_API_KEY"
      ],
      "docs": "https://finnhub.io/docs",
      "llms": "https://finnhub.io/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=finnhub.io&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/v1/quote?symbol=AAPL"
      },
      "variables": [],
      "raw": {
        "id": "finnhub",
        "url": {
          "host": "finnhub.io"
        },
        "headers": {},
        "meta": {
          "label": "Finnhub",
          "description": "Real-time stock, forex, and financial data",
          "docs": "https://finnhub.io/docs",
          "icon": "https://www.google.com/s2/favicons?domain=finnhub.io&sz=128",
          "llms": "https://finnhub.io/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/api/v1/quote?symbol=AAPL"
        },
        "query": {
          "token": "kv('FINNHUB_API_KEY')"
        }
      }
    },
    {
      "id": "fireworks",
      "label": "Fireworks AI",
      "description": "Fast hosted inference for open LLMs, OpenAI-compatible",
      "host": "api.fireworks.ai",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "FIREWORKS_API_KEY"
      ],
      "docs": "https://docs.fireworks.ai/api-reference",
      "llms": "https://docs.fireworks.ai/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=fireworks.ai&sz=128",
      "probe": {
        "method": "GET",
        "path": "/inference/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "fireworks",
        "url": {
          "host": "api.fireworks.ai"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('FIREWORKS_API_KEY')"
        },
        "meta": {
          "label": "Fireworks AI",
          "description": "Fast hosted inference for open LLMs, OpenAI-compatible",
          "docs": "https://docs.fireworks.ai/api-reference",
          "llms": "https://docs.fireworks.ai/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=fireworks.ai&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/inference/v1/models"
        }
      }
    },
    {
      "id": "flyio",
      "label": "Fly.io",
      "description": "Deploy app containers close to users, globally",
      "host": "api.machines.dev",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "FLY_API_TOKEN"
      ],
      "docs": "https://fly.io/docs/machines/",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=fly.io&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/apps"
      },
      "variables": [],
      "raw": {
        "id": "flyio",
        "url": {
          "host": "api.machines.dev"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('FLY_API_TOKEN')"
        },
        "meta": {
          "label": "Fly.io",
          "description": "Deploy app containers close to users, globally",
          "docs": "https://fly.io/docs/machines/",
          "icon": "https://www.google.com/s2/favicons?domain=fly.io&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/apps"
        }
      }
    },
    {
      "id": "gemini",
      "label": "Google Gemini",
      "description": "Google Gemini multimodal LLMs",
      "host": "generativelanguage.googleapis.com",
      "path": "/v1",
      "headers": [],
      "secrets": [
        "GEMINI_API_KEY"
      ],
      "docs": "https://ai.google.dev/gemini-api/docs",
      "llms": "https://ai.google.dev/gemini-api/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/models"
      },
      "variables": [],
      "raw": {
        "id": "gemini",
        "url": {
          "host": "generativelanguage.googleapis.com",
          "path": "/v1"
        },
        "headers": {},
        "query": {
          "key": "kv('GEMINI_API_KEY')"
        },
        "meta": {
          "label": "Google Gemini",
          "description": "Google Gemini multimodal LLMs",
          "docs": "https://ai.google.dev/gemini-api/docs",
          "llms": "https://ai.google.dev/gemini-api/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/models"
        }
      }
    },
    {
      "id": "github",
      "label": "GitHub",
      "description": "GitHub REST API — code, repos, issues, PRs, Actions, and more",
      "host": "api.github.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "GITHUB_TOKEN"
      ],
      "docs": "https://docs.github.com/en/rest",
      "llms": "https://docs.github.com/llms.txt",
      "openapi": "https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json",
      "icon": "https://www.google.com/s2/favicons?domain=github.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/user"
      },
      "variables": [],
      "raw": {
        "id": "github",
        "url": {
          "host": "api.github.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('GITHUB_TOKEN')"
        },
        "meta": {
          "label": "GitHub",
          "description": "GitHub REST API — code, repos, issues, PRs, Actions, and more",
          "docs": "https://docs.github.com/en/rest",
          "llms": "https://docs.github.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=github.com&sz=128",
          "openapi": "https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json"
        },
        "probe": {
          "method": "GET",
          "path": "/user"
        }
      }
    },
    {
      "id": "gitlab",
      "label": "GitLab",
      "description": "Git hosting, CI/CD, and DevOps platform",
      "host": "gitlab.com",
      "path": "/api/v4",
      "headers": [
        "PRIVATE-TOKEN"
      ],
      "secrets": [
        "GITLAB_TOKEN"
      ],
      "docs": "https://docs.gitlab.com/api/",
      "llms": "https://docs.gitlab.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=gitlab.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/user"
      },
      "variables": [],
      "raw": {
        "id": "gitlab",
        "url": {
          "host": "gitlab.com",
          "path": "/api/v4"
        },
        "headers": {
          "PRIVATE-TOKEN": "kv('GITLAB_TOKEN')"
        },
        "meta": {
          "label": "GitLab",
          "description": "Git hosting, CI/CD, and DevOps platform",
          "docs": "https://docs.gitlab.com/api/",
          "icon": "https://www.google.com/s2/favicons?domain=gitlab.com&sz=128",
          "llms": "https://docs.gitlab.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/user"
        }
      }
    },
    {
      "id": "google-calendar",
      "label": "Google Calendar",
      "description": "Google Calendar REST API",
      "host": "www.googleapis.com",
      "path": "/calendar/v3",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "GOOGLE_ACCESS_TOKEN"
      ],
      "docs": "https://developers.google.com/calendar/api/reference/rest",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/calendarList"
      },
      "variables": [],
      "raw": {
        "id": "google-calendar",
        "url": {
          "host": "www.googleapis.com",
          "path": "/calendar/v3"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('GOOGLE_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Google Calendar",
          "description": "Google Calendar REST API",
          "docs": "https://developers.google.com/calendar/api/reference/rest",
          "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/calendarList"
        }
      }
    },
    {
      "id": "google-drive",
      "label": "Google Drive",
      "description": "Google Drive REST API for files and folders",
      "host": "www.googleapis.com",
      "path": "/drive/v3",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "GOOGLE_ACCESS_TOKEN"
      ],
      "docs": "https://developers.google.com/drive/api/reference/rest",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/about"
      },
      "variables": [],
      "raw": {
        "id": "google-drive",
        "url": {
          "host": "www.googleapis.com",
          "path": "/drive/v3"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('GOOGLE_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Google Drive",
          "description": "Google Drive REST API for files and folders",
          "docs": "https://developers.google.com/drive/api/reference/rest",
          "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/about"
        }
      }
    },
    {
      "id": "google-sheets",
      "label": "Google Sheets",
      "description": "Google Sheets REST API",
      "host": "sheets.googleapis.com",
      "path": "/v4",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "GOOGLE_ACCESS_TOKEN"
      ],
      "docs": "https://developers.google.com/sheets/api/reference/rest",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/spreadsheets"
      },
      "variables": [],
      "raw": {
        "id": "google-sheets",
        "url": {
          "host": "sheets.googleapis.com",
          "path": "/v4"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('GOOGLE_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Google Sheets",
          "description": "Google Sheets REST API",
          "docs": "https://developers.google.com/sheets/api/reference/rest",
          "icon": "https://www.google.com/s2/favicons?domain=google.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/spreadsheets"
        }
      }
    },
    {
      "id": "groq",
      "label": "Groq",
      "description": "Ultra-low-latency LLM inference, OpenAI-compatible",
      "host": "api.groq.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "GROQ_API_KEY"
      ],
      "docs": "https://console.groq.com/docs/api-reference",
      "llms": "https://docs.groq.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=groq.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/openai/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "groq",
        "url": {
          "host": "api.groq.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('GROQ_API_KEY')"
        },
        "meta": {
          "label": "Groq",
          "description": "Ultra-low-latency LLM inference, OpenAI-compatible",
          "docs": "https://console.groq.com/docs/api-reference",
          "llms": "https://docs.groq.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=groq.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/openai/v1/models"
        }
      }
    },
    {
      "id": "honeycomb",
      "label": "Honeycomb",
      "description": "Observability for distributed systems and tracing",
      "host": "api.honeycomb.io",
      "path": "",
      "headers": [
        "X-Honeycomb-Team"
      ],
      "secrets": [
        "HONEYCOMB_API_KEY"
      ],
      "docs": "https://docs.honeycomb.io/api/",
      "llms": "https://docs.honeycomb.io/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=honeycomb.io&sz=128",
      "probe": {
        "method": "GET",
        "path": "/1/auth"
      },
      "variables": [],
      "raw": {
        "id": "honeycomb",
        "url": {
          "host": "api.honeycomb.io"
        },
        "headers": {
          "X-Honeycomb-Team": "kv('HONEYCOMB_API_KEY')"
        },
        "meta": {
          "label": "Honeycomb",
          "description": "Observability for distributed systems and tracing",
          "docs": "https://docs.honeycomb.io/api/",
          "llms": "https://docs.honeycomb.io/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=honeycomb.io&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/1/auth"
        }
      }
    },
    {
      "id": "hubspot",
      "label": "HubSpot",
      "description": "HubSpot CRM, marketing, and sales API",
      "host": "api.hubapi.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "HUBSPOT_API_KEY"
      ],
      "docs": "https://developers.hubspot.com/docs/api",
      "llms": "https://developers.hubspot.com/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=hubspot.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/crm/v3/objects/contacts"
      },
      "variables": [],
      "raw": {
        "id": "hubspot",
        "url": {
          "host": "api.hubapi.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('HUBSPOT_API_KEY')"
        },
        "meta": {
          "label": "HubSpot",
          "description": "HubSpot CRM, marketing, and sales API",
          "docs": "https://developers.hubspot.com/docs/api",
          "llms": "https://developers.hubspot.com/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=hubspot.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/crm/v3/objects/contacts"
        }
      }
    },
    {
      "id": "instagram",
      "label": "Instagram",
      "description": "Instagram Graph API",
      "host": "graph.instagram.com",
      "path": "",
      "headers": [],
      "secrets": [
        "INSTAGRAM_ACCESS_TOKEN"
      ],
      "docs": "https://developers.facebook.com/docs/instagram-platform",
      "llms": "https://developers.facebook.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=instagram.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v22.0/me"
      },
      "variables": [],
      "raw": {
        "id": "instagram",
        "url": {
          "host": "graph.instagram.com"
        },
        "headers": {},
        "query": {
          "access_token": "kv('INSTAGRAM_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Instagram",
          "description": "Instagram Graph API",
          "docs": "https://developers.facebook.com/docs/instagram-platform",
          "llms": "https://developers.facebook.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=instagram.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v22.0/me"
        }
      }
    },
    {
      "id": "intercom",
      "label": "Intercom",
      "description": "Intercom customer messaging API",
      "host": "api.intercom.io",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "INTERCOM_ACCESS_TOKEN"
      ],
      "docs": "https://developers.intercom.com/docs",
      "llms": "https://developers.intercom.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=intercom.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/me"
      },
      "variables": [],
      "raw": {
        "id": "intercom",
        "url": {
          "host": "api.intercom.io"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('INTERCOM_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Intercom",
          "description": "Intercom customer messaging API",
          "docs": "https://developers.intercom.com/docs",
          "llms": "https://developers.intercom.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=intercom.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/me"
        }
      }
    },
    {
      "id": "kimi-coding",
      "label": "Kimi Coding",
      "description": "Moonshot Kimi coding plan (Anthropic Messages shape)",
      "host": "api.kimi.com",
      "path": "/coding",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "KIMI_API_KEY"
      ],
      "docs": "https://platform.moonshot.ai",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=kimi.com&sz=128",
      "probe": {
        "method": "POST",
        "path": "/v1/messages"
      },
      "variables": [],
      "raw": {
        "id": "kimi-coding",
        "url": {
          "host": "api.kimi.com",
          "path": "/coding"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('KIMI_API_KEY')"
        },
        "meta": {
          "label": "Kimi Coding",
          "description": "Moonshot Kimi coding plan (Anthropic Messages shape)",
          "docs": "https://platform.moonshot.ai",
          "icon": "https://www.google.com/s2/favicons?domain=kimi.com&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/v1/messages"
        }
      }
    },
    {
      "id": "linear",
      "label": "Linear",
      "description": "Issue tracking and planning for software teams",
      "host": "api.linear.app",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "LINEAR_API_KEY"
      ],
      "docs": "https://developers.linear.app/docs",
      "llms": "https://docs.linear.app/llms.txt",
      "openapi": "https://developers.linear.app/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=linear.app&sz=128",
      "probe": {
        "method": "POST",
        "path": "/graphql"
      },
      "variables": [],
      "raw": {
        "id": "linear",
        "url": {
          "host": "api.linear.app"
        },
        "headers": {
          "Authorization": "kv('LINEAR_API_KEY')"
        },
        "meta": {
          "label": "Linear",
          "description": "Issue tracking and planning for software teams",
          "docs": "https://developers.linear.app/docs",
          "llms": "https://docs.linear.app/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=linear.app&sz=128",
          "openapi": "https://developers.linear.app/openapi.json"
        },
        "probe": {
          "method": "POST",
          "path": "/graphql"
        }
      }
    },
    {
      "id": "mailchimp",
      "label": "Mailchimp",
      "description": "Mailchimp email marketing API",
      "host": "<dc>.api.mailchimp.com",
      "path": "/3.0",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "MAILCHIMP_API_KEY"
      ],
      "docs": "https://mailchimp.com/developer/marketing/api/",
      "llms": "https://mailchimp.com/developer/llms.txt",
      "openapi": "https://mailchimp.com/developer/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=mailchimp.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/ping"
      },
      "variables": [
        "dc"
      ],
      "raw": {
        "id": "mailchimp",
        "url": {
          "host": "<dc>.api.mailchimp.com",
          "path": "/3.0"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('MAILCHIMP_API_KEY')"
        },
        "meta": {
          "label": "Mailchimp",
          "description": "Mailchimp email marketing API",
          "docs": "https://mailchimp.com/developer/marketing/api/",
          "llms": "https://mailchimp.com/developer/llms.txt",
          "openapi": "https://mailchimp.com/developer/openapi.json",
          "icon": "https://www.google.com/s2/favicons?domain=mailchimp.com&sz=128"
        },
        "variables": {
          "dc": "Data center for your Mailchimp account (e.g. us1, us2, eu1) — found in API key after the dash"
        },
        "probe": {
          "method": "GET",
          "path": "/ping"
        }
      }
    },
    {
      "id": "mapbox",
      "label": "Mapbox",
      "description": "Geocoding, directions, places, and maps data",
      "host": "api.mapbox.com",
      "path": "",
      "headers": [],
      "secrets": [
        "MAPBOX_API_KEY"
      ],
      "docs": "https://docs.mapbox.com/api/",
      "llms": "https://docs.mapbox.com/api/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=mapbox.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/geocoding/v5/mapbox.places/Los%20Angeles.json"
      },
      "variables": [],
      "raw": {
        "id": "mapbox",
        "url": {
          "host": "api.mapbox.com"
        },
        "headers": {},
        "meta": {
          "label": "Mapbox",
          "description": "Geocoding, directions, places, and maps data",
          "docs": "https://docs.mapbox.com/api/",
          "llms": "https://docs.mapbox.com/api/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=mapbox.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/geocoding/v5/mapbox.places/Los%20Angeles.json"
        },
        "query": {
          "access_token": "kv('MAPBOX_API_KEY')"
        }
      }
    },
    {
      "id": "mistral",
      "label": "Mistral",
      "description": "Open-weight and frontier LLMs, OpenAI-compatible",
      "host": "api.mistral.ai",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "MISTRAL_API_KEY"
      ],
      "docs": "https://docs.mistral.ai/api/",
      "llms": "https://docs.mistral.ai/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=mistral.ai&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "mistral",
        "url": {
          "host": "api.mistral.ai"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('MISTRAL_API_KEY')"
        },
        "meta": {
          "label": "Mistral",
          "description": "Open-weight and frontier LLMs, OpenAI-compatible",
          "docs": "https://docs.mistral.ai/api/",
          "llms": "https://docs.mistral.ai/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=mistral.ai&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "mixpanel",
      "label": "Mixpanel",
      "description": "Product analytics Query API — service-account basic auth (api.mixpanel.com is ingestion-only; data.mixpanel.com is export with project-secret auth)",
      "host": "mixpanel.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "MIXPANEL_PASSWORD",
        "MIXPANEL_USERNAME"
      ],
      "docs": "https://developer.mixpanel.com/reference",
      "llms": "https://developer.mixpanel.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=mixpanel.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/app/me"
      },
      "variables": [],
      "raw": {
        "id": "mixpanel",
        "url": {
          "host": "mixpanel.com"
        },
        "headers": {
          "Authorization": "'Basic ' + base64(kv('MIXPANEL_USERNAME') + ':' + kv('MIXPANEL_PASSWORD'))"
        },
        "meta": {
          "label": "Mixpanel",
          "description": "Product analytics Query API — service-account basic auth (api.mixpanel.com is ingestion-only; data.mixpanel.com is export with project-secret auth)",
          "docs": "https://developer.mixpanel.com/reference",
          "icon": "https://www.google.com/s2/favicons?domain=mixpanel.com&sz=128",
          "llms": "https://developer.mixpanel.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/api/app/me"
        }
      }
    },
    {
      "id": "neon",
      "label": "Neon",
      "description": "Serverless PostgreSQL with branching",
      "host": "console.neon.tech",
      "path": "/api/v2",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "NEON_API_KEY"
      ],
      "docs": "https://neon.tech/docs/reference/api",
      "llms": "https://neon.tech/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=neon.tech&sz=128",
      "probe": {
        "method": "GET",
        "path": "/projects"
      },
      "variables": [],
      "raw": {
        "id": "neon",
        "url": {
          "host": "console.neon.tech",
          "path": "/api/v2"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('NEON_API_KEY')"
        },
        "meta": {
          "label": "Neon",
          "description": "Serverless PostgreSQL with branching",
          "docs": "https://neon.tech/docs/reference/api",
          "icon": "https://www.google.com/s2/favicons?domain=neon.tech&sz=128",
          "llms": "https://neon.tech/docs/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/projects"
        }
      }
    },
    {
      "id": "netlify",
      "label": "Netlify",
      "description": "Deploy and host web front-ends and functions",
      "host": "api.netlify.com",
      "path": "/api/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "NETLIFY_AUTH_TOKEN"
      ],
      "docs": "https://docs.netlify.com/api/get-started/",
      "llms": "https://docs.netlify.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=netlify.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/sites"
      },
      "variables": [],
      "raw": {
        "id": "netlify",
        "url": {
          "host": "api.netlify.com",
          "path": "/api/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('NETLIFY_AUTH_TOKEN')"
        },
        "meta": {
          "label": "Netlify",
          "description": "Deploy and host web front-ends and functions",
          "docs": "https://docs.netlify.com/api/get-started/",
          "icon": "https://www.google.com/s2/favicons?domain=netlify.com&sz=128",
          "llms": "https://docs.netlify.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/sites"
        }
      }
    },
    {
      "id": "newrelic",
      "label": "New Relic",
      "description": "Application performance monitoring and observability",
      "host": "api.newrelic.com",
      "path": "",
      "headers": [
        "Api-Key"
      ],
      "secrets": [
        "NEW_RELIC_API_KEY"
      ],
      "docs": "https://docs.newrelic.com/docs/apis/",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=newrelic.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v2/licenses.json"
      },
      "variables": [],
      "raw": {
        "id": "newrelic",
        "url": {
          "host": "api.newrelic.com"
        },
        "headers": {
          "Api-Key": "kv('NEW_RELIC_API_KEY')"
        },
        "meta": {
          "label": "New Relic",
          "description": "Application performance monitoring and observability",
          "docs": "https://docs.newrelic.com/docs/apis/",
          "icon": "https://www.google.com/s2/favicons?domain=newrelic.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v2/licenses.json"
        }
      }
    },
    {
      "id": "notion",
      "label": "Notion",
      "description": "Connected workspace for notes, docs, and databases",
      "host": "api.notion.com",
      "path": "/v1",
      "headers": [
        "Authorization",
        "Notion-Version"
      ],
      "secrets": [
        "NOTION_API_KEY"
      ],
      "docs": "https://developers.notion.com/reference",
      "llms": "https://developers.notion.com/llms.txt",
      "openapi": "https://developers.notion.com/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=notion.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/users/me"
      },
      "variables": [],
      "raw": {
        "id": "notion",
        "url": {
          "host": "api.notion.com",
          "path": "/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('NOTION_API_KEY')",
          "Notion-Version": "'2022-06-28'"
        },
        "meta": {
          "label": "Notion",
          "description": "Connected workspace for notes, docs, and databases",
          "docs": "https://developers.notion.com/reference",
          "llms": "https://developers.notion.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=notion.com&sz=128",
          "openapi": "https://developers.notion.com/openapi.json"
        },
        "probe": {
          "method": "GET",
          "path": "/users/me"
        }
      }
    },
    {
      "id": "onesignal",
      "label": "OneSignal",
      "description": "Push notifications and customer messaging",
      "host": "onesignal.com",
      "path": "/api/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "ONESIGNAL_APP_KEY"
      ],
      "docs": "https://documentation.onesignal.com/reference",
      "llms": "https://documentation.onesignal.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=onesignal.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/apps"
      },
      "variables": [],
      "raw": {
        "id": "onesignal",
        "url": {
          "host": "onesignal.com",
          "path": "/api/v1"
        },
        "headers": {
          "Authorization": "'Key ' + kv('ONESIGNAL_APP_KEY')"
        },
        "meta": {
          "label": "OneSignal",
          "description": "Push notifications and customer messaging",
          "docs": "https://documentation.onesignal.com/reference",
          "icon": "https://www.google.com/s2/favicons?domain=onesignal.com&sz=128",
          "llms": "https://documentation.onesignal.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/apps"
        }
      }
    },
    {
      "id": "openai",
      "label": "OpenAI",
      "description": "OpenAI REST API",
      "host": "api.openai.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "OPENAI_API_KEY"
      ],
      "docs": "https://platform.openai.com/docs/api-reference",
      "llms": "https://platform.openai.com/docs/llms.txt",
      "openapi": "https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml",
      "icon": "https://www.google.com/s2/favicons?domain=openai.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "openai",
        "url": {
          "host": "api.openai.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('OPENAI_API_KEY')"
        },
        "meta": {
          "label": "OpenAI",
          "description": "OpenAI REST API",
          "docs": "https://platform.openai.com/docs/api-reference",
          "llms": "https://platform.openai.com/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=openai.com&sz=128",
          "openapi": "https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "opencode",
      "label": "OpenCode",
      "description": "OpenCode.ai coding LLM gateway (OpenAI-compatible)",
      "host": "opencode.ai",
      "path": "/zen/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "OPENCODE_API_KEY"
      ],
      "docs": "https://opencode.ai/zen",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=opencode.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "opencode",
        "url": {
          "host": "opencode.ai",
          "path": "/zen/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('OPENCODE_API_KEY')"
        },
        "meta": {
          "label": "OpenCode",
          "description": "OpenCode.ai coding LLM gateway (OpenAI-compatible)",
          "docs": "https://opencode.ai/zen",
          "icon": "https://www.google.com/s2/favicons?domain=opencode.ai&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "opencode-go",
      "label": "OpenCode Go",
      "description": "opencode.ai/zen/go coding LLM gateway (OpenAI-compatible)",
      "host": "opencode.ai",
      "path": "/zen/go/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "OPENCODE_GO_API_KEY"
      ],
      "docs": "https://opencode.ai",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=opencode.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "opencode-go",
        "url": {
          "host": "opencode.ai",
          "path": "/zen/go/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('OPENCODE_GO_API_KEY')"
        },
        "meta": {
          "label": "OpenCode Go",
          "description": "opencode.ai/zen/go coding LLM gateway (OpenAI-compatible)",
          "docs": "https://opencode.ai",
          "icon": "https://www.google.com/s2/favicons?domain=opencode.ai&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "openrouter",
      "label": "OpenRouter",
      "description": "One API gateway to many LLM providers",
      "host": "openrouter.ai",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "OPENROUTER_API_KEY"
      ],
      "docs": "https://openrouter.ai/docs",
      "llms": "https://openrouter.ai/docs/llms.txt",
      "openapi": "https://openrouter.ai/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=openrouter.ai&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "openrouter",
        "url": {
          "host": "openrouter.ai"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('OPENROUTER_API_KEY')"
        },
        "meta": {
          "label": "OpenRouter",
          "description": "One API gateway to many LLM providers",
          "docs": "https://openrouter.ai/docs",
          "llms": "https://openrouter.ai/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=openrouter.ai&sz=128",
          "openapi": "https://openrouter.ai/openapi.json"
        },
        "probe": {
          "method": "GET",
          "path": "/api/v1/models"
        }
      }
    },
    {
      "id": "openweather",
      "label": "OpenWeather",
      "description": "Current weather and forecasts worldwide",
      "host": "api.openweathermap.org",
      "path": "",
      "headers": [],
      "secrets": [
        "OPENWEATHER_API_KEY"
      ],
      "docs": "https://openweathermap.org/api",
      "llms": "https://openweathermap.org/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=openweathermap.org&sz=128",
      "probe": {
        "method": "GET",
        "path": "/data/2.5/weather?q=London"
      },
      "variables": [],
      "raw": {
        "id": "openweather",
        "url": {
          "host": "api.openweathermap.org"
        },
        "headers": {},
        "meta": {
          "label": "OpenWeather",
          "description": "Current weather and forecasts worldwide",
          "docs": "https://openweathermap.org/api",
          "icon": "https://www.google.com/s2/favicons?domain=openweathermap.org&sz=128",
          "llms": "https://openweathermap.org/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/data/2.5/weather?q=London"
        },
        "query": {
          "appid": "kv('OPENWEATHER_API_KEY')"
        }
      }
    },
    {
      "id": "paddle",
      "label": "Paddle",
      "description": "Merchant-of-record billing for software",
      "host": "api.paddle.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "PADDLE_API_KEY"
      ],
      "docs": "https://developer.paddle.com/api-reference/overview",
      "llms": "https://developer.paddle.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=paddle.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/customers"
      },
      "variables": [],
      "raw": {
        "id": "paddle",
        "url": {
          "host": "api.paddle.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('PADDLE_API_KEY')"
        },
        "meta": {
          "label": "Paddle",
          "description": "Merchant-of-record billing for software",
          "docs": "https://developer.paddle.com/api-reference/overview",
          "icon": "https://www.google.com/s2/favicons?domain=paddle.com&sz=128",
          "llms": "https://developer.paddle.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/customers"
        }
      }
    },
    {
      "id": "pagerduty",
      "label": "PagerDuty",
      "description": "PagerDuty incident management API",
      "host": "api.pagerduty.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "PAGERDUTY_API_KEY"
      ],
      "docs": "https://developer.pagerduty.com/docs/rest-api",
      "llms": "https://developer.pagerduty.com/llms.txt",
      "openapi": "https://developer.pagerduty.com/docs/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=pagerduty.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/users/me"
      },
      "variables": [],
      "raw": {
        "id": "pagerduty",
        "url": {
          "host": "api.pagerduty.com"
        },
        "headers": {
          "Authorization": "'Token token=' + kv('PAGERDUTY_API_KEY')"
        },
        "meta": {
          "label": "PagerDuty",
          "description": "PagerDuty incident management API",
          "docs": "https://developer.pagerduty.com/docs/rest-api",
          "llms": "https://developer.pagerduty.com/llms.txt",
          "openapi": "https://developer.pagerduty.com/docs/openapi.json",
          "icon": "https://www.google.com/s2/favicons?domain=pagerduty.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/users/me"
        }
      }
    },
    {
      "id": "perplexity",
      "label": "Perplexity",
      "description": "Answer engine with live web search (Sonar models)",
      "host": "api.perplexity.ai",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "PERPLEXITY_API_KEY"
      ],
      "docs": "https://docs.perplexity.ai/api-reference",
      "llms": "https://docs.perplexity.ai/llms.txt",
      "openapi": "https://docs.perplexity.ai/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=perplexity.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "perplexity",
        "url": {
          "host": "api.perplexity.ai"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('PERPLEXITY_API_KEY')"
        },
        "meta": {
          "label": "Perplexity",
          "description": "Answer engine with live web search (Sonar models)",
          "docs": "https://docs.perplexity.ai/api-reference",
          "llms": "https://docs.perplexity.ai/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=perplexity.ai&sz=128",
          "openapi": "https://docs.perplexity.ai/openapi.json"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "poolside",
      "label": "Poolside",
      "description": "Poolside inference API (OpenAI-compatible chat models)",
      "host": "inference.poolside.ai",
      "path": "/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "POOLSIDE_API_KEY"
      ],
      "docs": "https://poolside.ai",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=poolside.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "poolside",
        "url": {
          "host": "inference.poolside.ai",
          "path": "/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('POOLSIDE_API_KEY')"
        },
        "meta": {
          "label": "Poolside",
          "description": "Poolside inference API (OpenAI-compatible chat models)",
          "docs": "https://poolside.ai",
          "icon": "https://www.google.com/s2/favicons?domain=poolside.ai&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "posthog",
      "label": "PostHog",
      "description": "Open-source product analytics and session replay",
      "host": "us.posthog.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "POSTHOG_API_KEY"
      ],
      "docs": "https://posthog.com/docs/api",
      "llms": "https://posthog.com/llms.txt",
      "openapi": "https://posthog.com/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=posthog.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/projects/"
      },
      "variables": [],
      "raw": {
        "id": "posthog",
        "url": {
          "host": "us.posthog.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('POSTHOG_API_KEY')"
        },
        "meta": {
          "label": "PostHog",
          "description": "Open-source product analytics and session replay",
          "docs": "https://posthog.com/docs/api",
          "icon": "https://www.google.com/s2/favicons?domain=posthog.com&sz=128",
          "openapi": "https://posthog.com/openapi.json",
          "llms": "https://posthog.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/api/projects/"
        }
      }
    },
    {
      "id": "postmark",
      "label": "Postmark",
      "description": "Fast, reliable transactional email",
      "host": "api.postmarkapp.com",
      "path": "",
      "headers": [
        "X-Postmark-Server-Token"
      ],
      "secrets": [
        "POSTMARK_SERVER_TOKEN"
      ],
      "docs": "https://postmarkapp.com/developer/api/overview",
      "llms": "https://postmarkapp.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=postmarkapp.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/stats/outbound"
      },
      "variables": [],
      "raw": {
        "id": "postmark",
        "url": {
          "host": "api.postmarkapp.com"
        },
        "headers": {
          "X-Postmark-Server-Token": "kv('POSTMARK_SERVER_TOKEN')"
        },
        "meta": {
          "label": "Postmark",
          "description": "Fast, reliable transactional email",
          "docs": "https://postmarkapp.com/developer/api/overview",
          "icon": "https://www.google.com/s2/favicons?domain=postmarkapp.com&sz=128",
          "llms": "https://postmarkapp.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/stats/outbound"
        }
      }
    },
    {
      "id": "pouch",
      "label": "Pouch",
      "description": "Self-hosted headless CMS on Cloudflare Workers",
      "host": "pouch-cms.[account].workers.dev",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "POUCH_API_KEY"
      ],
      "docs": "https://github.com/butttons/pouch",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=pouch.cms&sz=128",
      "probe": null,
      "variables": [
        "account"
      ],
      "raw": {
        "id": "pouch",
        "url": {
          "host": "pouch-cms.[account].workers.dev"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('POUCH_API_KEY')"
        },
        "meta": {
          "label": "Pouch",
          "description": "Self-hosted headless CMS on Cloudflare Workers",
          "docs": "https://github.com/butttons/pouch",
          "icon": "https://www.google.com/s2/favicons?domain=pouch.cms&sz=128"
        },
        "variables": {
          "account": "Your Cloudflare account name/subdomain for the pouch-cms worker, e.g. myorg"
        }
      }
    },
    {
      "id": "razorpay",
      "label": "Razorpay",
      "description": "Razorpay payments API",
      "host": "api.razorpay.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "RAZORPAY_KEY_ID",
        "RAZORPAY_KEY_SECRET"
      ],
      "docs": "https://razorpay.com/docs/api/",
      "llms": "https://razorpay.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=razorpay.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/payments"
      },
      "variables": [],
      "raw": {
        "id": "razorpay",
        "url": {
          "host": "api.razorpay.com"
        },
        "headers": {
          "Authorization": "'Basic ' + base64(kv('RAZORPAY_KEY_ID') + ':' + kv('RAZORPAY_KEY_SECRET'))"
        },
        "meta": {
          "label": "Razorpay",
          "description": "Razorpay payments API",
          "docs": "https://razorpay.com/docs/api/",
          "icon": "https://www.google.com/s2/favicons?domain=razorpay.com&sz=128",
          "llms": "https://razorpay.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/payments"
        }
      }
    },
    {
      "id": "render",
      "label": "Render",
      "description": "Managed cloud hosting for apps and databases",
      "host": "api.render.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "RENDER_API_KEY"
      ],
      "docs": "https://api-docs.render.com",
      "llms": "https://api-docs.render.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=render.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/services"
      },
      "variables": [],
      "raw": {
        "id": "render",
        "url": {
          "host": "api.render.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('RENDER_API_KEY')"
        },
        "meta": {
          "label": "Render",
          "description": "Managed cloud hosting for apps and databases",
          "docs": "https://api-docs.render.com",
          "icon": "https://www.google.com/s2/favicons?domain=render.com&sz=128",
          "llms": "https://api-docs.render.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/services"
        }
      }
    },
    {
      "id": "replicate",
      "label": "Replicate",
      "description": "Run and host open ML models via API",
      "host": "api.replicate.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "REPLICATE_API_TOKEN"
      ],
      "docs": "https://replicate.com/docs/reference/http",
      "llms": "https://replicate.com/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=replicate.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "replicate",
        "url": {
          "host": "api.replicate.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('REPLICATE_API_TOKEN')"
        },
        "meta": {
          "label": "Replicate",
          "description": "Run and host open ML models via API",
          "docs": "https://replicate.com/docs/reference/http",
          "llms": "https://replicate.com/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=replicate.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "resend",
      "label": "Resend",
      "description": "Developer-first transactional email",
      "host": "api.resend.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "RESEND_API_KEY"
      ],
      "docs": "https://resend.com/docs",
      "llms": "https://resend.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=resend.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/domains"
      },
      "variables": [],
      "raw": {
        "id": "resend",
        "url": {
          "host": "api.resend.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('RESEND_API_KEY')"
        },
        "meta": {
          "label": "Resend",
          "description": "Developer-first transactional email",
          "docs": "https://resend.com/docs",
          "icon": "https://www.google.com/s2/favicons?domain=resend.com&sz=128",
          "llms": "https://resend.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/domains"
        }
      }
    },
    {
      "id": "salesforce",
      "label": "Salesforce",
      "description": "Salesforce REST API for CRM data",
      "host": "<instance>.salesforce.com",
      "path": "/services/data/v59.0",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "SALESFORCE_ACCESS_TOKEN"
      ],
      "docs": "https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest",
      "llms": "https://developer.salesforce.com/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=salesforce.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/sobjects"
      },
      "variables": [
        "instance"
      ],
      "raw": {
        "id": "salesforce",
        "url": {
          "host": "<instance>.salesforce.com",
          "path": "/services/data/v59.0"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('SALESFORCE_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Salesforce",
          "description": "Salesforce REST API for CRM data",
          "docs": "https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest",
          "llms": "https://developer.salesforce.com/docs/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=salesforce.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/sobjects"
        },
        "variables": {
          "instance": "Your Salesforce instance host, e.g. 'mycompany.my.salesforce.com'"
        }
      }
    },
    {
      "id": "sendgrid",
      "label": "SendGrid",
      "description": "Transactional and marketing email (Twilio)",
      "host": "api.sendgrid.com",
      "path": "/v3",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "SENDGRID_API_KEY"
      ],
      "docs": "https://docs.sendgrid.com/api-reference",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=sendgrid.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/user/account"
      },
      "variables": [],
      "raw": {
        "id": "sendgrid",
        "url": {
          "host": "api.sendgrid.com",
          "path": "/v3"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('SENDGRID_API_KEY')"
        },
        "meta": {
          "label": "SendGrid",
          "description": "Transactional and marketing email (Twilio)",
          "docs": "https://docs.sendgrid.com/api-reference",
          "icon": "https://www.google.com/s2/favicons?domain=sendgrid.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/user/account"
        }
      }
    },
    {
      "id": "sentry",
      "label": "Sentry",
      "description": "Error tracking and performance monitoring",
      "host": "sentry.io",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "SENTRY_AUTH_TOKEN"
      ],
      "docs": "https://docs.sentry.io/api/",
      "llms": "https://docs.sentry.io/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=sentry.io&sz=128",
      "probe": {
        "method": "GET",
        "path": "/api/0/organizations/"
      },
      "variables": [],
      "raw": {
        "id": "sentry",
        "url": {
          "host": "sentry.io"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('SENTRY_AUTH_TOKEN')"
        },
        "meta": {
          "label": "Sentry",
          "description": "Error tracking and performance monitoring",
          "docs": "https://docs.sentry.io/api/",
          "llms": "https://docs.sentry.io/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=sentry.io&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/api/0/organizations/"
        }
      }
    },
    {
      "id": "shopify",
      "label": "Shopify",
      "description": "Shopify Admin REST API for e-commerce",
      "host": "<shop>.myshopify.com",
      "path": "/admin/api/2024-01",
      "headers": [
        "X-Shopify-Access-Token"
      ],
      "secrets": [
        "SHOPIFY_ACCESS_TOKEN"
      ],
      "docs": "https://shopify.dev/docs/api/admin-rest",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=shopify.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/shop.json"
      },
      "variables": [
        "shop"
      ],
      "raw": {
        "id": "shopify",
        "url": {
          "host": "<shop>.myshopify.com",
          "path": "/admin/api/2024-01"
        },
        "headers": {
          "X-Shopify-Access-Token": "kv('SHOPIFY_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Shopify",
          "description": "Shopify Admin REST API for e-commerce",
          "docs": "https://shopify.dev/docs/api/admin-rest",
          "icon": "https://www.google.com/s2/favicons?domain=shopify.com&sz=128"
        },
        "variables": {
          "shop": "Your Shopify store name (the .myshopify.com subdomain, e.g. 'mystore')"
        },
        "probe": {
          "method": "GET",
          "path": "/shop.json"
        }
      }
    },
    {
      "id": "slack",
      "label": "Slack",
      "description": "Slack Web API (bot or user token)",
      "host": "slack.com",
      "path": "/api",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "SLACK_BOT_TOKEN"
      ],
      "docs": "https://docs.slack.dev/apis/web-api/",
      "llms": "https://docs.slack.dev/llms.txt",
      "openapi": "https://raw.githubusercontent.com/slackapi/slack-api-specs/master/web-api/slack_web_openapi_v2.json",
      "icon": "https://www.google.com/s2/favicons?domain=slack.com&sz=128",
      "probe": {
        "method": "POST",
        "path": "/auth.test"
      },
      "variables": [],
      "raw": {
        "id": "slack",
        "url": {
          "host": "slack.com",
          "path": "/api"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('SLACK_BOT_TOKEN')"
        },
        "meta": {
          "label": "Slack",
          "description": "Slack Web API (bot or user token)",
          "docs": "https://docs.slack.dev/apis/web-api/",
          "llms": "https://docs.slack.dev/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=slack.com&sz=128",
          "openapi": "https://raw.githubusercontent.com/slackapi/slack-api-specs/master/web-api/slack_web_openapi_v2.json"
        },
        "probe": {
          "method": "POST",
          "path": "/auth.test"
        }
      }
    },
    {
      "id": "slack-hooks",
      "label": "Slack Incoming Webhooks",
      "description": "Slack incoming webhooks — credentials live in the URL path, no header auth",
      "host": "hooks.slack.com",
      "path": "/services/[team]/[bot]/[secret]",
      "headers": [],
      "secrets": [],
      "docs": "https://api.slack.com/messaging/webhooks",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=slack.com&sz=128",
      "probe": null,
      "variables": [
        "team",
        "bot",
        "secret"
      ],
      "raw": {
        "id": "slack-hooks",
        "url": {
          "host": "hooks.slack.com",
          "path": "/services/[team]/[bot]/[secret]"
        },
        "headers": {},
        "meta": {
          "label": "Slack Incoming Webhooks",
          "description": "Slack incoming webhooks — credentials live in the URL path, no header auth",
          "docs": "https://api.slack.com/messaging/webhooks",
          "icon": "https://www.google.com/s2/favicons?domain=slack.com&sz=128"
        },
        "variables": {
          "team": "Workspace token segment of the webhook URL (starts with T), e.g. T012AB3CD",
          "bot": "Channel/bot segment of the webhook URL (starts with B), e.g. B01EF2GH3",
          "secret": "Final secret path segment of the webhook URL — the credential itself"
        }
      }
    },
    {
      "id": "spotify",
      "label": "Spotify",
      "description": "Spotify Web API for music data and player control",
      "host": "api.spotify.com",
      "path": "/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "SPOTIFY_ACCESS_TOKEN"
      ],
      "docs": "https://developer.spotify.com/docs/web-api",
      "llms": "https://developer.spotify.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=spotify.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/me"
      },
      "variables": [],
      "raw": {
        "id": "spotify",
        "url": {
          "host": "api.spotify.com",
          "path": "/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('SPOTIFY_ACCESS_TOKEN')"
        },
        "meta": {
          "label": "Spotify",
          "description": "Spotify Web API for music data and player control",
          "docs": "https://developer.spotify.com/docs/web-api",
          "llms": "https://developer.spotify.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=spotify.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/me"
        }
      }
    },
    {
      "id": "square",
      "label": "Square",
      "description": "Payments, point-of-sale, and commerce",
      "host": "connect.squareup.com",
      "path": "",
      "headers": [
        "Authorization",
        "Square-Version"
      ],
      "secrets": [
        "SQUARE_ACCESS_TOKEN"
      ],
      "docs": "https://developer.squareup.com/reference/square",
      "llms": "https://developer.squareup.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=squareup.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v2/customers"
      },
      "variables": [],
      "raw": {
        "id": "square",
        "url": {
          "host": "connect.squareup.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('SQUARE_ACCESS_TOKEN')",
          "Square-Version": "'2024-01-18'"
        },
        "meta": {
          "label": "Square",
          "description": "Payments, point-of-sale, and commerce",
          "docs": "https://developer.squareup.com/reference/square",
          "icon": "https://www.google.com/s2/favicons?domain=squareup.com&sz=128",
          "llms": "https://developer.squareup.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v2/customers"
        }
      }
    },
    {
      "id": "stripe",
      "label": "Stripe",
      "description": "Stripe REST API",
      "host": "api.stripe.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "STRIPE_SECRET_KEY"
      ],
      "docs": "https://docs.stripe.com/api",
      "llms": "https://docs.stripe.com/llms.txt",
      "openapi": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json",
      "icon": "https://www.google.com/s2/favicons?domain=stripe.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/balance"
      },
      "variables": [],
      "raw": {
        "id": "stripe",
        "url": {
          "host": "api.stripe.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('STRIPE_SECRET_KEY')"
        },
        "meta": {
          "label": "Stripe",
          "description": "Stripe REST API",
          "docs": "https://docs.stripe.com/api",
          "llms": "https://docs.stripe.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=stripe.com&sz=128",
          "openapi": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/balance"
        }
      }
    },
    {
      "id": "togetherai",
      "label": "Together AI",
      "description": "Open-source LLM inference, fine-tuning, and embeddings",
      "host": "api.together.xyz",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "TOGETHER_API_KEY"
      ],
      "docs": "https://docs.together.ai/reference",
      "llms": "https://docs.together.ai/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=together.xyz&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "togetherai",
        "url": {
          "host": "api.together.xyz"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('TOGETHER_API_KEY')"
        },
        "meta": {
          "label": "Together AI",
          "description": "Open-source LLM inference, fine-tuning, and embeddings",
          "docs": "https://docs.together.ai/reference",
          "llms": "https://docs.together.ai/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=together.xyz&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "turso",
      "label": "Turso",
      "description": "SQLite-compatible edge database platform (libSQL)",
      "host": "api.turso.tech",
      "path": "/v1",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "TURSO_PLATFORM_TOKEN"
      ],
      "docs": "https://docs.turso.tech",
      "llms": "https://docs.turso.tech/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=turso.tech&sz=128",
      "probe": {
        "method": "GET",
        "path": "/organizations"
      },
      "variables": [],
      "raw": {
        "id": "turso",
        "url": {
          "host": "api.turso.tech",
          "path": "/v1"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('TURSO_PLATFORM_TOKEN')"
        },
        "meta": {
          "label": "Turso",
          "description": "SQLite-compatible edge database platform (libSQL)",
          "docs": "https://docs.turso.tech",
          "icon": "https://www.google.com/s2/favicons?domain=turso.tech&sz=128",
          "llms": "https://docs.turso.tech/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/organizations"
        }
      }
    },
    {
      "id": "twilio",
      "label": "Twilio",
      "description": "Programmable SMS, voice, and messaging",
      "host": "api.twilio.com",
      "path": "/2010-04-01",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "TWILIO_ACCOUNT_SID",
        "TWILIO_AUTH_TOKEN"
      ],
      "docs": "https://www.twilio.com/docs/usage/api",
      "llms": "https://www.twilio.com/docs/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=twilio.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/Accounts.json"
      },
      "variables": [],
      "raw": {
        "id": "twilio",
        "url": {
          "host": "api.twilio.com",
          "path": "/2010-04-01"
        },
        "headers": {
          "Authorization": "'Basic ' + base64(kv('TWILIO_ACCOUNT_SID') + ':' + kv('TWILIO_AUTH_TOKEN'))"
        },
        "meta": {
          "label": "Twilio",
          "description": "Programmable SMS, voice, and messaging",
          "docs": "https://www.twilio.com/docs/usage/api",
          "icon": "https://www.google.com/s2/favicons?domain=twilio.com&sz=128",
          "llms": "https://www.twilio.com/docs/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/Accounts.json"
        }
      }
    },
    {
      "id": "vercel",
      "label": "Vercel",
      "description": "Deploy and host front-end apps and functions",
      "host": "api.vercel.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "VERCEL_TOKEN"
      ],
      "docs": "https://vercel.com/docs/rest-api",
      "llms": "https://vercel.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=vercel.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v9/user"
      },
      "variables": [],
      "raw": {
        "id": "vercel",
        "url": {
          "host": "api.vercel.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('VERCEL_TOKEN')"
        },
        "meta": {
          "label": "Vercel",
          "description": "Deploy and host front-end apps and functions",
          "docs": "https://vercel.com/docs/rest-api",
          "icon": "https://www.google.com/s2/favicons?domain=vercel.com&sz=128",
          "llms": "https://vercel.com/llms.txt"
        },
        "probe": {
          "method": "GET",
          "path": "/v9/user"
        }
      }
    },
    {
      "id": "voyage",
      "label": "Voyage AI",
      "description": "High-quality text embeddings and rerank",
      "host": "api.voyageai.com",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "VOYAGE_API_KEY"
      ],
      "docs": "https://docs.voyageai.com/reference/embeddings",
      "llms": "https://docs.voyageai.com/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=voyageai.com&sz=128",
      "probe": {
        "method": "POST",
        "path": "/v1/embeddings"
      },
      "variables": [],
      "raw": {
        "id": "voyage",
        "url": {
          "host": "api.voyageai.com"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('VOYAGE_API_KEY')"
        },
        "meta": {
          "label": "Voyage AI",
          "description": "High-quality text embeddings and rerank",
          "docs": "https://docs.voyageai.com/reference/embeddings",
          "llms": "https://docs.voyageai.com/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=voyageai.com&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/v1/embeddings"
        }
      }
    },
    {
      "id": "vultr",
      "label": "Vultr",
      "description": "Cloud compute, storage, and bare metal",
      "host": "api.vultr.com",
      "path": "/v2",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "VULTR_API_KEY"
      ],
      "docs": "https://www.vultr.com/api/",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=vultr.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/account"
      },
      "variables": [],
      "raw": {
        "id": "vultr",
        "url": {
          "host": "api.vultr.com",
          "path": "/v2"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('VULTR_API_KEY')"
        },
        "meta": {
          "label": "Vultr",
          "description": "Cloud compute, storage, and bare metal",
          "docs": "https://www.vultr.com/api/",
          "icon": "https://www.google.com/s2/favicons?domain=vultr.com&sz=128"
        },
        "probe": {
          "method": "GET",
          "path": "/account"
        }
      }
    },
    {
      "id": "xai",
      "label": "xAI (Grok)",
      "description": "Grok large language models from xAI",
      "host": "api.x.ai",
      "path": "",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "XAI_API_KEY"
      ],
      "docs": "https://docs.x.ai/docs",
      "llms": "https://docs.x.ai/llms.txt",
      "openapi": "https://docs.x.ai/openapi.json",
      "icon": "https://www.google.com/s2/favicons?domain=x.ai&sz=128",
      "probe": {
        "method": "GET",
        "path": "/v1/models"
      },
      "variables": [],
      "raw": {
        "id": "xai",
        "url": {
          "host": "api.x.ai"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('XAI_API_KEY')"
        },
        "meta": {
          "label": "xAI (Grok)",
          "description": "Grok large language models from xAI",
          "docs": "https://docs.x.ai/docs",
          "llms": "https://docs.x.ai/llms.txt",
          "icon": "https://www.google.com/s2/favicons?domain=x.ai&sz=128",
          "openapi": "https://docs.x.ai/openapi.json"
        },
        "probe": {
          "method": "GET",
          "path": "/v1/models"
        }
      }
    },
    {
      "id": "zai",
      "label": "Z.AI",
      "description": "Zhipu GLM models (OpenAI-compatible)",
      "host": "api.z.ai",
      "path": "/api/paas/v4",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "ZAI_API_KEY"
      ],
      "docs": "https://z.ai",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=z.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "zai",
        "url": {
          "host": "api.z.ai",
          "path": "/api/paas/v4"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('ZAI_API_KEY')"
        },
        "meta": {
          "label": "Z.AI",
          "description": "Zhipu GLM models (OpenAI-compatible)",
          "docs": "https://z.ai",
          "icon": "https://www.google.com/s2/favicons?domain=z.ai&sz=128"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "zai-coding",
      "label": "Z.AI Coding",
      "description": "Zhipu GLM coding plan (OpenAI-compatible, different URL from standard)",
      "host": "api.z.ai",
      "path": "/api/coding/paas/v4",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "ZAI_CODING_API_KEY"
      ],
      "docs": "https://bigmodel.cn",
      "llms": "https://bigmodel.cn/llms.txt",
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=z.ai&sz=128",
      "probe": {
        "method": "POST",
        "path": "/chat/completions"
      },
      "variables": [],
      "raw": {
        "id": "zai-coding",
        "url": {
          "host": "api.z.ai",
          "path": "/api/coding/paas/v4"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('ZAI_CODING_API_KEY')"
        },
        "meta": {
          "label": "Z.AI Coding",
          "description": "Zhipu GLM coding plan (OpenAI-compatible, different URL from standard)",
          "docs": "https://bigmodel.cn",
          "icon": "https://www.google.com/s2/favicons?domain=z.ai&sz=128",
          "llms": "https://bigmodel.cn/llms.txt"
        },
        "probe": {
          "method": "POST",
          "path": "/chat/completions"
        }
      }
    },
    {
      "id": "zendesk",
      "label": "Zendesk",
      "description": "Zendesk support and ticketing API",
      "host": "<subdomain>.zendesk.com",
      "path": "/api/v2",
      "headers": [
        "Authorization"
      ],
      "secrets": [
        "ZENDESK_API_TOKEN"
      ],
      "docs": "https://developer.zendesk.com/api-reference",
      "llms": null,
      "openapi": null,
      "icon": "https://www.google.com/s2/favicons?domain=zendesk.com&sz=128",
      "probe": {
        "method": "GET",
        "path": "/users/me.json"
      },
      "variables": [
        "subdomain"
      ],
      "raw": {
        "id": "zendesk",
        "url": {
          "host": "<subdomain>.zendesk.com",
          "path": "/api/v2"
        },
        "headers": {
          "Authorization": "'Bearer ' + kv('ZENDESK_API_TOKEN')"
        },
        "meta": {
          "label": "Zendesk",
          "description": "Zendesk support and ticketing API",
          "docs": "https://developer.zendesk.com/api-reference",
          "icon": "https://www.google.com/s2/favicons?domain=zendesk.com&sz=128"
        },
        "variables": {
          "subdomain": "Your Zendesk subdomain (e.g. 'mycompany' for mycompany.zendesk.com)"
        },
        "probe": {
          "method": "GET",
          "path": "/users/me.json"
        }
      }
    }
  ]
}
