- Swagger UI:
/api/docs - OpenAPI document:
/api/openapi.json - Raw server API:
/api/* - Optional browser facade:
/api/client/*
Authentication
Send the root key or a named scoped token on authenticated raw API requests:Core endpoints
Administration and vault
Provider-management endpoints exist only when
providerManagement is enabled.
With organization routing, OAuth management, providers, and secrets also have
organization-prefixed variants documented by the deployment’s OpenAPI output.
Call the API from your application
Use Hono’s typed client in trusted server code. Authenticate the user on your application route first, then supply a scoped broker credential to Hookfish:Optional browser facade
The/api/client facade forwards only:
- Runtime health and stats
- Provider discovery
- Connection lists and details
- Authorization starts
- Disconnects
Response handling
Provider-token and vault-value responses setCache-Control: no-store.
Connection and provider metadata never include stored tokens or client secrets.
See Errors for the stable JSON error shape.