B
Buddy REST API
Details
- URL
-
https://api.buddy.works - Spec
- https://buddy.works/openapi.json
- Docs
- https://buddy.works/docs/api/getting-started
Authentication
Authorization: Bearer <credential> Sign in to Buddy Security and create a personal access token with only the scopes you need. Use it as a bearer token in the Authorization header for the API and MCP server, or for the CLI run bdy login --token <token>; BUDDY_TOKEN is the non-interactive fallback for CI.
OAuth 2.0 oauth2 declared
Authorization: Bearer <credential> OAuth 2.0 — self-onboarding
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.