Applications
Create a new application
Creates a new application configuration.
POST
Authorizations
Your unique Avido API key
Body
application/json
Request body for creating a new application
Title of the application
Minimum length:
1
Example:
"Customer Support Bot"
URL-friendly slug for the application
Minimum length:
1
Example:
"customer-support-bot"
Description of the application
Example:
"AI assistant for customer support inquiries"
Context/instructions for the application
Example:
"You are a helpful customer support assistant..."
Type of the application
Available options:
CHATBOT
, AGENT
Example:
"CHATBOT"
Environment of the application
Available options:
DEV
, PROD
Example:
"DEV"
Response
201
application/json
Successfully created application
Successful response containing the application data
Application configuration and metadata