Zyneo Accounts

Hosted login, users, sessions, organizations, and transactional auth email for any company — with a per-project API for external backends.

Quick path

  1. Create a project and copy its API key + secret.
  2. Call the API at https://accounts.zyneo.app/v1 with both credentials in headers.
  3. Verify connectivity with GET /v1/health, then identify your project with GET /v1/projects/me.

Status: this deployment serves the health and project identification endpoints plus developer documentation. Auth flows (login, magic link, sessions) ship in the next slice.

Documentation

PageUse it to
Quickstart Make your first authenticated call in three commands.
Authentication Send the right headers and read error responses.
API keys Understand key vs secret, test vs live, and safe storage.

Next step

Start with the Quickstart.