API keys
Create an API key
Creates a new scoped key for trusted integrations and MCP clients. This endpoint accepts web session tokens only; API keys cannot create other API keys. The plaintext bp_ key is returned once; store it immediately.
post/api/api-keys
Request body
Response
Created API key including one-time plaintext key.
Example response
{
"key": "bp_YOUR_API_KEY"
}