DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAIIntroduction

Build with PAI Chat.

AI builder for conversational AI, support chat, image generation, and browser-integrated assistants — configured to your brand, tone, and audience. Every chatbot lives inside an organisation, and every request carries an x-api-key scoped to that organisation or to one chatbot within it.

Explore the API referencearrow_forwardGet an API keynorth_eastAuthentication
flight_takeoff
Three steps to your first call
  1. 1
    Create an organisation and chatbot
    Sign in to the PAI Chat dashboard. Signing up creates your organisation and first chatbot.
  2. 2
    Create an API key
    Issue an organisation key from Settings → API keys, or a chatbot-scoped key from the chatbot’s API & Usage tab.
  3. 3
    Call the API
    Send x-api-key (and x-chatbot-id for a chatbot-scoped call) to https://chat-api-dev.paicloud.ai//auth/get.
curl https://chat-api-dev.paicloud.ai//auth/get \
  -H "x-api-key: $PAI_CHAT_API_KEY" \
  -H "x-chatbot-id: YOUR_CHATBOT_ID"
infoAn organisation key works for any chatbot in the org; a chatbot key works for that one chatbot only.

What you can do with PAI Chat

See all guides →
smart_toy
Persona-configured chatbot
Configure the AI to respond according to a defined tone, viewpoint, and communication style so every interaction stays aligned with how your organisation wants to communicate.
support_agent
AI-powered support chat
Respond to user questions automatically to reduce manual support handling, with seamless handoff to a human agent when a situation requires judgement or complex resolution.
psychology
Adaptive personality framework
Tone and behaviour dynamically match your brand voice or required perspective, with a narrative consistency engine that keeps AI responses logically structured and on-message.

Keep reading