api_key_get

Managementcatalog

Get Project API Key

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 one project API key by id. Args: - project_id: required - key_id: required — the key's id (apiu_...) or api_key_id (api_...), from api_keys_list - team_id: optional — required for OAuth sessions - response_format: optional — 'json' (default) or 'markdown' Returns: key ({id, api_key_id, name, status, scope, role, projects, created_at}) and manage_keys_url. Team-scoped keys are not attached to projects and never appear here — they are visible only in the Scenario portal (manage_keys_url).
read-onlyidempotentopen-world

Parameters

NameTypeRequiredDescription
team_idstringTeam ID. Required if user belongs to multiple teams.
project_idstringProject ID. Get it from projects_list.
key_idstringThe key's id (apiu_...) or api_key_id (api_...) — from api_keys_list.
response_formatenum(json | markdown)jsonOutput format: 'json' for structured data, 'markdown' for human-readable text.