Credential Providers
Create a credential provider
Configure an external credential provider (e.g., 1Password) for automatic credential lookup.
post/org/credential_providers
Request body
Example request
{
"provider_type": "onepassword",
"name": "my-1password",
"token": "ops_eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
"cache_ttl_seconds": 300
}Response
Credential provider created successfully
Example response
{
"id": "credprov_abc123xyz",
"provider_type": "onepassword",
"name": "my-1password",
"enabled": true,
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z"
}