Developer API

Build on Ayorax.

A clean REST API for integrating Ayorax into your own stack. JSON everywhere. Predictable errors. Versioned and stable.

REST / JSON Bearer token auth Webhooks included Rate: 1,000 req/min (Pro)

Authentication

All API requests require a Bearer token. Generate your API key in Settings → Developer.

Authorization: Bearer <YOUR_API_KEY>

Base URL

https://api.ayorax.com

Official SDKs

Node.js / TypeScript

npm install @ayorax/sdk

Python

pip install ayorax

Ruby

gem install ayorax

Go

go get github.com/ayorax/go-sdk

Rate limits

Starter100 req/min
Pro1,000 req/min
EnterpriseCustom

Endpoints

GET/v1/workflows
POST/v1/workflows
GET/v1/workflows/:id
PUT/v1/workflows/:id
DELETE/v1/workflows/:id
POST/v1/workflows/:id/run
GET/v1/leads
POST/v1/leads
GET/v1/leads/:id
POST/v1/leads/:id/score
GET/v1/runs
GET/v1/runs/:id
GET/v1/integrations
POST/v1/webhooks
DELETE/v1/webhooks/:id

Need webhook events?

Ayorax sends real-time webhooks for workflow runs, lead events, and billing changes.

Full docs