Approve an OAuth request from the Dev Portal
OAuth
Approve an OAuth request from the Dev Portal
Used by the Dev Portal consent page to mint an authorization code without putting the user JWT in a URL.
POST
Approve an OAuth request from the Dev Portal
Headers
HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.
Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.
Body
application/json
Example:
"code"
Example:
"echozero-cli"
Example:
"http://127.0.0.1:8765/callback"
Space-delimited OAuth scopes mapped to MCP API scopes.
Example:
"read:agents read:strategies write:agents"
Example:
"S256"
User JWT access token for browserless/local flows. Prefer Authorization: Bearer in API clients.
Response
201 - undefined