List your API key pool
list_byok_keysList a project's BYOK API keys grouped by provider and see which are validated, active, pending, legacy, or rate-limited. Read-only access to key metadata without exposing raw secrets.
Instructions
List the project's BYOK API keys grouped by provider (anthropic | openai | firecrawl | browserbase | cursor). Returns pooled { keys: [{ id, provider_slug, label, priority, status, cooldown_until, test_status, key_hint, base_url, last_tested_at, last_used_at }] } plus read-only { legacyKeys } metadata for credentials saved before the pooled lifecycle — never the raw secret. Read-only. Use to see which keys are validated, active, pending, legacy, or rate-limited; use add_byok_key to add one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id |