Skip to main content
Creating a proxy key or managed key puts MeshAI’s proxy in front of an agent, which enables enforcement (budget blocking, policy enforcement). Both require Starter plan or above; free tenants get a 402 upgrade-required response.

Proxy Keys

Create a Proxy Key

Creates a proxy key for developer attribution. An agent is auto-created behind the key if one doesn’t already exist.
The raw_key is shown once, at creation time. Store it securely; it cannot be retrieved again.

List Proxy Keys

Revoke a Proxy Key

Returns 204 No Content on success.

Proxy Stats

Today’s proxy usage totals for the tenant.

Managed Provider Keys

Managed keys let MeshAI’s proxy call a provider on the tenant’s behalf using a key stored in AWS Secrets Manager. Only a secret reference is stored in MeshAI; the key value itself never passes through the API.

Create a Managed Key

secret_ref must be an AWS Secrets Manager name or ARN under the meshai/managed/ prefix.

List Managed Keys

Delete a Managed Key

Returns 204 No Content on success.