---
title: "Sign up anonymously"
method: POST
path: "/auth/anonymous/sign-up"
tags: ["Anonymous"]
---

# Sign up anonymously

`POST /auth/anonymous/sign-up`

Create a new anonymous account with no email

## Response `200`

Successful response

- object
  - `access_token` string, required
  - `refresh_token` string, required
  - `user_id` string, required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/9b9326fe08a5/schema)
