Getting started with Praigen
Hire AI Employees for customer support and business operations. This guide covers the basics: what Praigen is, how to sign in, and how to run employees from the customer panel or the API.
Introduction
Praigen is an AI Employees platform for businesses. You get:
- Customer Support Employee – conversational replies on your website or in your app
- Email Employee – handles email channel events
- Appointment Employee – handles appointment requests (e.g.
appointment.requested)
Events are sent to a single API endpoint; the system routes them to the right employee and returns a reply (text and optional tool results).
Core concepts
- Tenant – Your business (Praigen account). Every request includes a
tenant_id. - Contact – An end-user of your product (e.g. a visitor or customer). Optional
contact_idfor personalization and context. - Channel – Where the event came from:
web,email,api, etc. - Event – One message or action (e.g.
message,appointment.requested) with apayload.
How to get started
- Sign up / Log in – Use Get started free or Log in on the homepage to access the customer panel.
- Open the customer panel – After login you’ll see Overview, Employees, Chat, Inbox, Contacts, and Settings.
- Try the Customer Support Employee – In the panel, go to Chat and send a message. Replies come from the Agents API.
- Use the API – For integrations, send
POST /api/v1/eventswithtenant_id,channel,event_type, andpayload. See API reference.
Next: Customer panel – Overview, Employees, Chat, Inbox, Contacts, and Settings.