api_key_create
ManagementGet API Key Creation Link
Get the Scenario portal link to create a new project API key. Creation is deliberately not performed via MCP — the secret is shown exactly once and must never flow through the model conversation, so this tool only returns the portal link.
Args:
- project_id: required
- team_id: optional — required for OAuth sessions
- response_format: optional — 'json' (default) or 'markdown'
Returns: {manage_keys_url, message}. Open the link, choose Project or Team scope and a role, then copy the key id and secret from the one-time dialog. Usage limits can be set there too (Enterprise plans).
read-onlyidempotentopen-world
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| team_id | string | — | Team ID. Required if user belongs to multiple teams. |
| project_id | string | ✓ | Project ID. Get it from projects_list. |
| response_format | enum(json | markdown) | json | Output format: 'json' for structured data, 'markdown' for human-readable text. |