Skip to main content
POST
Add a provider credential

Authorizations

Authorization
string
header
required

Human personal access token (sk-actrl-pat-...).

Body

application/json
accountId
string<uuid>
required

Account that owns the provider credential.

providerId
string<uuid>
required

Provider identifier.

label
string
required

Display label.

apiKey
string
required

Provider secret sent over TLS and encrypted by AIRCTRL.

baseUrlOverride
string | null

Optional provider base URL.

credentialKind
enum<string>
Available options:
api_key,
oauth,
aws_sigv4,
gcp_sa

Response

Provider credential created.

ok
enum<boolean>
required
Available options:
true
data
object
required