create_config
Create new configurations with cache, retry, and routing settings for the Portkey Admin MCP server to optimize API performance and reliability.
Instructions
Create a new configuration with cache, retry, and routing settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new configuration | |
| workspace_id | No | Workspace ID to create config in | |
| cache_mode | No | Cache mode: 'simple' or 'semantic' | |
| cache_max_age | No | Cache max age in seconds | |
| retry_attempts | No | Number of retry attempts (1-5) | |
| retry_on_status_codes | No | HTTP status codes to retry on (e.g., [429, 500, 502, 503]) | |
| strategy_mode | No | Routing strategy: 'loadbalance' or 'fallback' | |
| targets | No | Array of target providers with virtual keys |