For the complete documentation index, see llms.txt. This page is also available as Markdown.

Credentials

Get supported external service credential schemas.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/credentials/services

Get user global credentials.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/credentials/user/global

Set user global credential.

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
put
/credentials/user/global

Delete user global credential.

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
serviceTypestringRequired
dryRunstringRequired
Responses
delete
/credentials/user/global

Get user policy credentials.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Responses
get
/credentials/user/policy/{policyId}

Set user policy credential.

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Responses
put
/credentials/user/policy/{policyId}

Delete user policy credential.

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Query parameters
serviceTypestringRequired
dryRunstringRequired
Responses
delete
/credentials/user/policy/{policyId}

Get SR global credentials visible to the current user (read-only).

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/credentials/user/sr-global

Get SR policy credentials visible to the current user (read-only).

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Responses
get
/credentials/user/sr-policy/{policyId}

Get SR global credentials.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/credentials/sr/global

Set SR global credential.

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
put
/credentials/sr/global

Delete SR global credential.

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
serviceTypestringRequired
dryRunstringRequired
Responses
delete
/credentials/sr/global

Get SR policy credentials.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Responses
get
/credentials/sr/policy/{policyId}

Set SR policy credential.

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Responses
put
/credentials/sr/policy/{policyId}

Delete SR policy credential.

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired
Query parameters
serviceTypestringRequired
dryRunstringRequired
Responses
delete
/credentials/sr/policy/{policyId}

Last updated