api_keys_list
ManagementList Project API Keys
List a project's API keys.
Args:
- project_id: required — project to list keys for
- team_id: optional — required for OAuth sessions
- response_format: optional — 'json' (default) or 'markdown'
Returns: keys ({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).
Don't use when: You need human team or project members — use team_members_list / project_members_list instead.
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. |