Create application

Creates a new application client for cryptographic operations.

IMPORTANT: Applications can ONLY be created in regular tenants.
The platform tenant (ID: 00000000-0000-0000-0000-000000000001) is reserved
for platform administration and does not support application clients.

Applications receive crypto operation scopes:

  • key_management.* (key lifecycle operations)
  • secure.* (encrypt, decrypt, sign, verify, reencrypt, resign)
  • stream.* (streaming crypto for large files)

The application secret will be securely hashed before storage.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params

Request payload for creating a new APPLICATION business container under the tenant
identified in the JWT token. Applications are business-entity containers; they do
NOT authenticate. Authentication is performed through one or more Cryptographic
Actors that the platform attaches to the Application — a Default Actor is
auto-provisioned in the same transaction as the Application, and additional
non-default Actors can be created later via POST /actors.

Business identity enrichment enables governance, compliance, and incident management.

string
required
length between 0 and 255

Unique human-readable name for the application within the tenant.
This name must be unique across all applications in the same tenant.
Used for identification and management purposes.

string

Human-readable display name for UI and reports

string

Purpose and scope description of the application

string
enum
Defaults to PRODUCTION

Environment: PRODUCTION, STAGING, DEVELOPMENT, SANDBOX

Allowed:
string

Organizational unit responsible for this application

string

Cost center for chargeback/billing

string

Business owner name

string

Business owner email for critical notifications

string

Technical contact name for incidents

string

Technical contact email for incident response

string
enum
Defaults to INTERNAL

Data sensitivity level: PUBLIC, INTERNAL, CONFIDENTIAL, RESTRICTED

Allowed:
string
enum
Defaults to MEDIUM

Operational risk level: LOW, MEDIUM, HIGH, CRITICAL

Allowed:
regulatoryScope
array of strings

Applicable regulations

regulatoryScope
tags
object

Free-form tags for categorization

externalRefs
object

References to external systems (CMDB, Jira, etc.)

string
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*