Introduction
Auva is a unified developer platform. One account powers Auva Cloud (identity), Auva Go (links & analytics), Auva Notes (knowledge), Workspaces (team collaboration), and Webhooks (event-driven integrations).
Base URL
https://auva.dev
All authenticated API requests use:
Authorization: Bearer <accessToken>
Or an API key:
Authorization: Bearer auva_...
Response format
Successful responses return JSON. Errors include an error string and appropriate HTTP status code.
| Status | Meaning |
|---|---|
| 401 | Missing or invalid credentials |
| 403 | Forbidden - insufficient role or permission |
| 409 | Conflict - e.g. note edited elsewhere |
| 422 | Validation failed |
| 429 | Rate limited |
Products at a glance
- Cloud - SSO, 2FA, passkeys, API keys, sessions
- Go - Short links on
go.auva.dev, QR, UTM, A/B, analytics - Notes - Markdown, folders, sharing, attachments, collaboration
- Workspaces - Roles, permissions, shared Go links & Notes folders
- Webhooks -
go.click,note.shared,auth.suspicious_login
Next: Quick start