Adapter Details: secret

Manages encrypted secrets in the caller's per-user secret store. Supports storing secrets with automatic redaction in job records.

Name:secret
Class:covia.adapter.SecretAdapter

MCP Tools

This adapter provides 2 MCP tool(s) for AI agent integration:

Tool NameDescription
secret_setStore an encrypted secret in the caller's per-user secret store. The secret value is redacted in the job record.
secret_extractRetrieve a secret from the caller's per-user secret store. Capability-gated — currently rejects all calls until UCAN-based grants are wired up. Most agents should reference secrets by name in operation arguments (e.g. apiKey: 's/OPENAI_API_KEY') and let the venue resolve them at invocation time, rather than reading values out via this op.

Navigation

Back to all adapters

Back to index