Secrets API
API endpoints for managing secrets in the Kubiya platform
Secrets API
This playground makes API calls to Kubiya API through a secure server-side proxy. Your requests never expose your API token directly to the browser.
Endpoints
Method | Path | Description |
---|---|---|
PUT | /api/v1/secrets | Update secrets |
GET | /api/v1/secrets | List all secrets |
POST | /api/v1/secrets | Create a new secret |
Example Usage
Request body:
Response:
Request body:
Secrets are used to securely store sensitive information for use by agents and tools.