Overview
Well-Known endpoint reference for the Poggio API
The well-known API includes discovery endpoints under /.well-known.
Chat
Send a message to Poggio and receive a response. This endpoint allows external API clients to interact with Poggio's superagent. The org_id is inferred from the OAuth bearer token. Requires an OAuth bearer token with valid org_id and orig_user_id claims. The token must have the poggio:api:write scope for POST requests.
Oauth Authorization Server Metadata
OAuth 2.0 Authorization Server Metadata Discovery Endpoint. Per RFC 8414 and MCP OAuth specification, this endpoint provides authorization server metadata for client discovery. Returns: Authorization server metadata including supported endpoints, grant types, and PKCE methods.