LangWatch · Capability
LangWatch Secrets API
Encrypted credential storage for evaluator and integration secrets. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Secrets 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/secrets.
The capability includes 1 read-only operation and 2 state-changing operations. Lead operation: List secrets. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Secrets, and Vault.
What You Can Do
GET
Listsecrets
— List secrets.
/v1/api/secrets
POST
Createsecret
— Create a secret.
/v1/api/secrets
DELETE
Deletesecret
— Delete a secret.
/v1/api/secrets/{id}
MCP Tools
langwatch-listSecrets
List secrets.
read-only
idempotent
langwatch-createSecret
Create a secret.
langwatch-deleteSecret
Delete a secret.
idempotent