get_virtual_key
Fetch a virtual key by slug to inspect its metadata, masked secret, limits, status, and model configuration before updating.
Instructions
Fetch one virtual key by slug, including metadata, a masked secret, limits, status, and model config. Use this before updating or to inspect the current configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier of the virtual key to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |