api_key_create

Management

Get 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

NameTypeRequiredDescription
team_idstringTeam ID. Required if user belongs to multiple teams.
project_idstringProject ID. Get it from projects_list.
response_formatenum(json | markdown)jsonOutput format: 'json' for structured data, 'markdown' for human-readable text.