Autho API Documentation

Quick start for integrating Autho authentication, agent sessions, and messaging APIs.

Base URLs

Auth + Session flow

curl -X POST https://autho.pinkmahi.com/api/auth/login \
  -H "content-type: application/json" \
  -d '{"email":"user@example.com","password":"StrongPassword"}'

Idempotency for agent actions

For mutating actions, send one of these headers with a stable value per logical action:

Messaging endpoints

Full references

For complete request/response schemas, examples, and scope behavior: