---
title: "Signup"
method: POST
path: "/v1/billing/signup"
tags: ["billing"]
---

# Signup

`POST /v1/billing/signup`

Create a developer account after accepting Terms of Service.

Sets up billing and initializes your account.
Idempotent — returns existing account if already created.

## Headers

- `authorization` string

## Request body

- AccountSignupRequest — Request to create a developer account after accepting Terms of Service.
  - `tos_accepted` boolean, required — Must be True to create account

## Response `200`

Successful Response

- AccountSignupResponse
  - `status` string, required
  - `billing_type` string, required
  - `balance_cents` integer, required

---

[API](https://skmtc.dev/beeble/apis/beeble-developer-api.md) · [All operations](https://skmtc.dev/beeble/apis/beeble-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beeble/beeble-developer-api/revisions/f35ce0de5d00/schema)
