| Mode | Use when | Credential |
|---|---|---|
| Hosted OAuth | The client can open a Sagepilot browser sign-in flow. | No token to copy. The user signs in and approves access. |
| API token | The client cannot complete OAuth, or you are running private server-side automation. | Authorization: Bearer sp_... |
API token authentication
Use this only when hosted OAuth is not available.Create an API client
Create a new API client with the access your MCP client needs, then copy the
sp_... token. It is shown once.X-API-Key: sp_your_token. Prefer the Authorization header unless your client requires a separate API-key header field.