Documentation
Zyneo Accounts is a multi-tenant identity service. Your backend talks to it at
https://accounts.zyneo.app/v1 using a project API key + secret.
Quick path
- API keys — what the two credentials are and how they are stored.
- Quickstart — issue a pair and make the first authenticated call.
- Authentication — headers, error codes, and security guarantees.
Endpoints
| Endpoint | Credentials | Returns |
|---|---|---|
GET /v1/health | None | Liveness status |
POST /v1/projects | None for the first project; key + secret after that | Project id, key pair, and organization_id for the initial zyneo org |
GET /v1/projects/me | API key + secret (headers) | project_id, key_prefix, environment, organization_id |
All requests are HTTPS. The base URL for every endpoint on this site is
https://accounts.zyneo.app/v1.
Next step
Follow the Quickstart.