live · Developer Tools · JSON · API for agents
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.
{
"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": "/"
}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.
{
"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": "/"
}