# API Keys General Availability

API keys are now generally available as of April 6th. Part of the [machine authentication](https://clerk.com/docs/machine-auth/overview.md) suite, API keys let your users create credentials that delegate access to your application's API on their behalf.

## Pricing

Billing is now active. Each month includes a free allocation:

- 1,000 key creations, then `$0.001` per creation
- 100,000 key verifications, then `$0.00001` per verification

## Get Started

- [API keys guide](https://clerk.com/docs/guides/development/machine-auth/api-keys.md): Complete walkthrough of enabling and using API keys
- [Backend SDK reference](https://clerk.com/docs/reference/backend/api-keys/list.md): Full API for creating, listing, verifying, and revoking keys
- [Dashboard](https://dashboard.clerk.com/~/platform/api-keys): Enable API keys for your application
