Credentials

Create a new Credential

Creates a credential scoped to your organization.

post/api/v1/credentials

Request body

namestring required
organization_idstring uuid required
tagsstring[] required
target_ipsstring[] nullable

Ephemeral bootstrap IPs for pre-discovery credential resolution. Cleared automatically when the next scan dispatches.

created_atstring date-time required
idstring uuid required
updated_atstring date-time required

Response

Credential created successfully

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.16.2"
  }
}

Changes