v1

latestOpenAPI 3.0.32026-07-17136180270.3 KB
Credentials

Create credential

Create credential. Accepts a JSON request body when defined and returns the resulting resource or action status.

post/api/projects/{projectId}/credentials/

Path parameters

projectIdstring required

Project identifier used to scope the request.

Request body

providerstring

Provider name or key.

credentialIdstring

Credential identifier.

namestring required

Human-readable name.

descriptionstring

Optional human-readable description.

authTypestring required

auth Type value for the create Credential Request object.

apiKeystring

api Key value for the create Credential Request object.

agentVisibleboolean nullable

agent Visible value for the create Credential Request object.

inactiveboolean nullable

inactive value for the create Credential Request object.

Response

Credential

idstring

Stable identifier for the object.

providerstring

Provider name or key.

namestring

Human-readable name.

descriptionstring

Optional human-readable description.

authTypestring

auth Type value for the credential object.

configuredboolean

configured value for the credential object.

agentVisibleboolean

agent Visible value for the credential object.

inactiveboolean

inactive value for the credential object.