Z

zuplo.com

Zuplo is fully-managed API Management designed for developers. Add rate-limiting, authentication and more as fast as you can commit to git.

1read
1action
https://zuplo.com/

live · Developer Tools · JSON · API for agents

Tools 2 tools

search_docsread

Search Zuplo's documentation for policies, API gateway features, tutorials, and reference material. Returns extracts from docs pages with source URLs. Use this to answer any question about what Zuplo can do or how to configure it.

View tool JSON
{
  "name": "search_docs",
  "kind": "read",
  "impl": "imperative",
  "description": "Search Zuplo's documentation for policies, API gateway features, tutorials, and reference material. Returns extracts from docs pages with source URLs. Use this to answer any question about what Zuplo can do or how to configure it.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Natural-language search query, e.g. 'rate limiting by API key' or 'JWT validation policy'."
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
book_demoaction

Open Zuplo's demo booking page so the user can schedule a call with the Zuplo team. Use when the user wants to talk to sales, see a live demo, or discuss enterprise pricing. Navigates the current tab to the booking page.

View tool JSON
{
  "name": "book_demo",
  "kind": "action",
  "impl": "imperative",
  "description": "Open Zuplo's demo booking page so the user can schedule a call with the Zuplo team. Use when the user wants to talk to sales, see a live demo, or discuss enterprise pricing. Navigates the current tab to the booking page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "Optional topic the user wants to discuss (e.g. 'migration from Kong', 'monetization'). Passed as a utm_content param for attribution."
      }
    }
  },
  "page": "/"
}