LangWatch · Capability
LangWatch API Keys API
Create, list, and revoke project API keys used by SDKs and automation. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch API Keys API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET, POST, and DELETE methods rooted at /v1/api/api-keys.
The capability includes 1 read-only operation and 2 state-changing operations. Lead operation: List API keys. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, API Keys, and Authentication.
What You Can Do
GET
Listapikeys
— List API keys.
/v1/api/api-keys
POST
Createapikey
— Create an API key.
/v1/api/api-keys
DELETE
Revokeapikey
— Revoke an API key.
/v1/api/api-keys/{id}
MCP Tools
langwatch-listApiKeys
List API keys.
read-only
idempotent
langwatch-createApiKey
Create an API key.
langwatch-revokeApiKey
Revoke an API key.
idempotent