> For the complete documentation index, see [llms.txt](https://docs.accountable.pixelninja.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accountable.pixelninja.dev/master.md).

# Introduction

The Accountable API is a useful account managing API that allows you to spin up user databases in seconds without needing to configure complicated settings.

{% hint style="info" %}
Get an API token here: <https://accountable.pixelninja.dev>
{% endhint %}

## Node.js Package

Whilst you can use network requests to manage users, you can also use the Node.js module to simplify the layout of editing data. If you are using Node, the module is available on NPM here: <https://www.npmjs.com/package/accountable>

Please read the specific docs on this Node module as it may be more relevant.

## Pricing

|                    | Free | Hobby | Plus | Pro  | Custom   |
| ------------------ | ---- | ----- | ---- | ---- | -------- |
| Users              | 50   | 250   | 500  | 1000 | 1000+    |
| Custom Fields      | 5    | 10    | 15   | 20   | 5+       |
| 2fa                | No   | No    | Yes  | Yes  | Optional |
| Email Verification | No   | No    | No   | Yes  | Optional |
| Price (monthly)    | Free | $5    | $12  | $25  | Email    |
