Hono is an ultrafast web framework that runs on Cloudflare Workers, Bun, Deno, and Node.js. Polpo’s own API is built with Hono — it’s a natural fit for building agent-powered backends.
Install
Chat proxy endpoint
Create an OpenAI-compatible proxy that injects your API key server-side:
Webhook receiver
Handle Polpo webhook events in a Hono route:
Task management API
Wrap Polpo operations behind your own authenticated endpoints:
Deploy
Hono runs everywhere:
Since Polpo itself runs on Hono + Cloudflare Workers, the SDK is heavily tested in this environment.