Helicone · Schema

AddVaultKeyParams

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
key string
provider string
name string
View JSON Schema on GitHub

JSON Schema

helicone-addvaultkeyparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddVaultKeyParams",
  "title": "AddVaultKeyParams",
  "properties": {
    "key": {
      "type": "string"
    },
    "provider": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "required": [
    "key",
    "provider"
  ],
  "type": "object",
  "additionalProperties": false
}