Skip to main content
Introduction

Documentation

Introduction

Build on the Auva platform - unified auth, links, notes, workspaces, and webhooks.

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.

StatusMeaning
401Missing or invalid credentials
403Forbidden - insufficient role or permission
409Conflict - e.g. note edited elsewhere
422Validation failed
429Rate 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