Documentation

Accessli provides simple primitives for managing access to your applications and services. At its core are projects,API keys and verifications.

Projects

A project represents a logical application or service. You can create multiple projects to separate environments (such as development, staging and production) or different products.

API keys

Within each project you can generate unique API keys. These keys identify clients accessing your service. You can revoke keys at any time from the dashboard.

Verifications

When your application receives a request, send the API key to Accessli to verify whether it is valid. We respond with a simple yes/no and include metadata such as expiration and plan.

For code samples and full API reference, visit our repository (coming soon) or contact us for early access.