> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cnpj-api.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Account

> How to create an account and get your authentication token

# Create Account

## 1. Sign up

Go to [cnpj-api.com/en/sign-up](https://cnpj-api.com/en/sign-up) and create your account using one of the options:

* **Google** — click the Google button to sign in with your Google account
* **Email** — enter your email and receive a magic link

<Frame>
  <img src="https://mintcdn.com/cnpj-api/4_c5bSKGzW4nJWUE/images/sign-up-en.png?fit=max&auto=format&n=4_c5bSKGzW4nJWUE&q=85&s=e0af93336a997eb93f4917816af767a7" alt="Sign up page" width="1200" height="800" data-path="images/sign-up-en.png" />
</Frame>

<Note>
  If you choose email, check your inbox (and spam folder) and click the link to complete signup.
</Note>

## 2. Create an API token

After signing in, you will be redirected to the [My Account](https://cnpj-api.com/en/my-account) page. To create your token:

1. Click **Create new token**
2. Choose a label to identify the token (e.g. `my-app-production`)
3. Click **Create**

<Warning>
  The token is shown **only once**. Copy and store it securely before closing the page.
</Warning>

## 3. Use the token

Add the token to your requests via URL parameter or HTTP header:

```bash theme={null}
curl "https://api.cnpj-api.com/v1/cnpj/12345678000195?token=YOUR_TOKEN"
```

See [Authentication](/en/autenticacao) for all available methods.

## Managing tokens

<Frame>
  <img src="https://mintcdn.com/cnpj-api/4_c5bSKGzW4nJWUE/images/my-account-en.png?fit=max&auto=format&n=4_c5bSKGzW4nJWUE&q=85&s=bd26e2511c515ff9771cca3c7beaa10e" alt="My Account page with token management" width="3600" height="1972" data-path="images/my-account-en.png" />
</Frame>

On the [My Account](https://cnpj-api.com/en/my-account) page you can:

* **Create** new tokens
* **Rotate** an active token (generates a new one, keeping the old one active until revoked)
* **Revoke** a token to disable it immediately

## Next steps

* [Quick Start](/en/inicio-rapido) — make your first query
* [Rate Limits](/en/limites-de-uso) — understand plans and limits
* [Usage and Limits](/en/endpoint-uso-e-limites) — check your plan and limits via API
