Secrets
Secrets are how Paperclip keeps sensitive values out of agent configs while still letting agents use them at runtime. The API is board-only and company-scoped. Use this API when you need to: - list t…
Secrets
Secrets are how Paperclip keeps sensitive values out of agent configs while still letting agents use them at runtime. The API is board-only and company-scoped.
Use this API when you need to:
list the secrets stored for a company create a new secret value rotate a secret without changing how agents reference it update secret metadata like the display name or description remove a secret entirely inspect which providers are available in this deployment
---
Secret Providers
http GET /api/companies/{companyId}/secret-providers
Returns the providers available in this deployment.
The built-in provider is:
localencrypted - encrypted locally at rest