---
title: "Create free API key"
method: POST
path: "/api/signup"
---

# Create free API key

`POST /api/signup`

Sign up for a free API key (50 requests/month). No credit card required.

## Request body

- object
  - `email` string, email, required
  - `name` string, required

## Response `201`

API key created

- object
  - `key` string
  - `name` string
  - `tier` string
  - `message` string

---

[API](https://skmtc.dev/michaelcli/apis/snapapi.md) · [All operations](https://skmtc.dev/michaelcli/apis/snapapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/michaelcli/snapapi/revisions/41f32a15c9ca/schema)
