AurionAI Docs

Welcome

Aurion AI developer documentation — guides, API reference, and integration resources.

Aurion Developer Docs

Welcome to the Aurion AI developer portal. Everything you need to integrate with the Aurion platform — from creating tickets and managing conversations to embedding voice AI and building automations.

  • Getting Started — Create an API key and make your first request
  • Authentication — API key scopes, enforcement, and error handling
  • API Reference — Full endpoint reference with interactive playground
  • Webhooks — Real-time event notifications with HMAC verification

Explore by Feature

AreaGuideDescription
TicketingTicketsITSM ticket CRUD via external providers
TicketingConversationsOmnichannel conversations (email, chat, WhatsApp, voice)
VoiceCalls & RecordingsVoice call data, transcripts, and recordings
VoiceVoice WidgetEmbed AI voice support on your website
KnowledgeKnowledge BaseKB article management with LLM processing
KnowledgeHelp CenterPublic self-service portal
ChannelsChannelsEmail, WhatsApp, and saved reply configuration
AutomationAutomation & WorkflowsRules, visual workflows, and webhook triggers
AutomationSLA ManagementSLA policies, targets, and compliance
TeamsTeams & RoutingTeam management, routing, and business hours
TeamsOn-Call SchedulingOn-call rotations and shift management
TeamsNotificationsNotification preferences, quiet hours, delivery
ContactsContacts & CompaniesContact and company management
SatisfactionCSAT SurveysCustomer satisfaction surveys and analytics
AnalyticsAnalyticsConversation analytics, SLA compliance, AI insights
AnalyticsUsage & BillingUsage tracking and plan limits
End-UserEnd-User APIMobile app and widget authentication and APIs

Base URLs

EnvironmentURL
Productionhttps://apps.aurionai.net/api/v1
Production (v2)https://apps.aurionai.net/api/v2
Sandboxhttps://apps-staging.aurionai.net/api/v1

Authentication

All API requests require an X-API-Key header:

curl -H "X-API-Key: ak_live_xxxx" \
  https://apps.aurionai.net/api/v1/tickets

End-user endpoints (mobile app, widget) use JWT Bearer tokens instead. See End-User API for details.

API Versions

VersionBase PathStatusUse Case
v1/api/v1/StableITSM tickets, calls, usage, webhooks, KB
v2/api/v2/StableConversations, contacts, teams, SLA, analytics, workflows

Both versions are fully supported. v2 endpoints power the Aurion CS helpdesk, while v1 endpoints interface with external ITSM providers.

On this page