Base path:Documentation Index
Fetch the complete documentation index at: https://docs.simultaneous.live/llms.txt
Use this file to discover all available pages before exploring further.
/v1/auth
POST /signup
Create a user. RequestPOST /signin
Sign in and receive tokens. RequestPOST /signout
Invalidate the current session. Headers:Authorization: Bearer <access_token>
Response
GET /me
Return the current authenticated user. Headers:Authorization: Bearer <access_token>
Response
POST /sync
Ensure a user exists in DB and create a default project if none exists. Headers:Authorization: Bearer <access_token>
Response
