Aurion 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 your first ticket to building full ITSM 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

Base URLs

EnvironmentURL
Productionhttps://apps.aurionai.net/api/v1
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

On this page