Aden

Aden Developer Docs

Build on top of Aden — tracks, teams, releases, chat, calendar, and more.

Aden gives you an HTTP API and an official TypeScript SDK so you can automate your studio, ship integrations, and build products on top of your music data.

Everything the Aden web and mobile apps do is powered by the same public API (https://www.aden.space/api/v1). You get the same surface.

Start here

What can you build?

  • Release automation — push albums, tracks, and versions from your DAW or release tooling.
  • Collaborator workflows — invite contacts, assign splits, and manage sessions from your own UI.
  • Dashboards — pull streaming stats, milestones, and calendar events into internal tools.
  • Chat and inbox bots — post updates into team threads from CI, DAW plugins, or webhooks.
  • Sync to other tools — mirror tracks into Notion, Linear, Airtable, or your storage provider of choice.

How it's shaped

  • HTTP + JSON — plain REST, versioned under /api/v1.
  • OpenAPI 3.1 — live at /api/v1/openapi.
  • Eden Treaty — the SDK uses the server's types directly, so you get full autocomplete without codegen.
  • Two auth modes — team API keys (aden_live_…) for server-to-server, Supabase session tokens for user-facing apps.

On this page