Skip to main content
1

Sign up and create a workspace

Go to getimmutable.dev and create an account. A workspace is automatically created for you on registration.
2

Create an API key

Navigate to Settings > API Keys in your dashboard and generate a new key. Copy the full key immediately.
API keys are only shown once at creation. The key is bcrypt hashed before storage — Immutable never stores your raw key. If you lose it, revoke and create a new one.
Your key uses the imk_ prefix:
3

Install an SDK

4

Send your first event

The API returns 202 Accepted with a pre-generated event ID:
5

Query your events

Response:

Next Steps

Event Structure

Understand every field on an event.

Hash Chain

Learn how tamper evidence works.

JavaScript SDK

Full SDK reference with fluent builder.

Laravel SDK

Facade, auto-session, Eloquent observers.