Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Helicone API Key API

The API Key API from Helicone — 6 operation(s) for api key.

Helicone API Key API is one of 33 APIs that Helicone publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include API Key. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, pricing, an API reference, and an engineering blog.

This API exposes 10 operations across 6 paths, and defines 11 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.helicone.ai/, http://localhost:8585/.

10 operations 6 paths 11 schemas 2 DELETE3 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://ai-gateway.helicone.ai
Authentication
API Key
License
MIT
Resource Areas
1

Authentication & Security 1

Helicone API Key API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key).

  • api_key — Bearer token authentication. Format: 'Bearer YOURAPIKEY'

Paths & Operations 10

Across 6 paths, the API surfaces 10 operations — 2 DELETE, 3 GET, 2 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

API Key 10
DELETE
/v1/api-keys/provider-key/{providerKeyId}
DeleteProviderKey 1 param → 200
GET
/v1/api-keys/provider-key/{providerKeyId}
GetProviderKey 1 param → 200
PATCH
/v1/api-keys/provider-key/{providerKeyId}
UpdateProviderKey 1 param body → 200
POST
/v1/api-keys/provider-key
CreateProviderKey body → 200
GET
/v1/api-keys/provider-keys
GetProviderKeys → 200
GET
/v1/api-keys
GetAPIKeys → 200
POST
/v1/api-keys
CreateAPIKey body → 200
POST
/v1/api-keys/proxy-key
CreateProxyKey body → 200
DELETE
/v1/api-keys/{apiKeyId}
DeleteAPIKey 1 param → 200
PATCH
/v1/api-keys/{apiKeyId}
UpdateAPIKey 1 param body → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ProviderKeyRow (8 properties), DecryptedProviderKey (7 properties), CreateProviderKeyRequest (6 properties), UpdateProviderKeyRequest (4 properties). Each schema is shown below with its type and property counts.

UpdateProviderKeyRequest
object
4 properties
ProviderKeyRow
object
8 properties 4 required
CreateProviderKeyRequest
object
6 properties 5 required
Record_string.string_
object
Construct a type with a set of properties K of type T
Record_string.any_
object
Construct a type with a set of properties K of type T
Result__api_key_hash-string--api_key_name-string--created_at-string--governance-boolean--id-number--key_permissions-string--organization_id-string--soft_delete-boolean--temp_key-boolean--updated_at-string--user_id-string_-Array.string_
Result__id-string--providerName-string_.string_
DecryptedProviderKey
object
7 properties 6 required
ResultSuccess__id-string--providerName-string__
object
2 properties 2 required
ResultSuccess__api_key_hash-string--api_key_name-string--created_at-string--governance-boolean--id-number--key_permissions-string--organization_id-string--soft_delete-boolean--temp_key-boolean--updated_at-string--user_id-string_-Array_
object
2 properties 2 required
ResultError_string_
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

helicone-api-key-api-openapi.yml Raw ↑

Other APIs Helicone publishes across the network.

Helicone Agent API
Helicone Comparison API
Helicone Credits API
Helicone Customer API
Helicone Dashboard API
Helicone Dataset API
Helicone Evals API
Helicone Evaluator API
Helicone Experiment API
Helicone HeliconeSql API
Helicone Integration API
Helicone Metrics API