api_key_create
ManagementcatalogGet API Key Creation Link
Not in the default tool list
This tool lives in the tool catalog. Discover it with scenario_tools_search (or enumerate everything with scenario_tools_list) and run it via scenario_tool_execute_read. To list every tool directly, connect with ?toolsets=full.
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. |