B

Buddy REST API

REST discovered

Details
URL
https://api.buddy.works
Docs
https://buddy.works/docs/api/getting-started/overview
Authentication
Buddy personal access token api_key discovered Get key ↗
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 discovered
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.