List your API key pool
list_byok_keysCheck BYOK API keys by provider to verify which are active, pending, validated, or rate-limited. View read-only legacy key metadata for pre-pool credentials.
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 |