Skip to main content
POST
Create an application

Authorizations

x-api-key
string
header
required

Your Trusys API key. Create and manage keys in the Trusys UI under Settings โ†’ API Keys.

Include the key on every request:

Body

application/json

Display name and optional description for the application.

Payload for registering a new application.

name
string
required

Display name for the application. Must be unique.

Minimum string length: 1
Example:

"Customer Support Bot"

description
string

Optional longer description of what this application does.

Example:

"Production chatbot for billing and account questions"

Response

Application created successfully.

success
boolean
Example:

true

data
object