Quickstart
Create an account, mint an API key, and issue a sandbox certificate in a few requests.
1. Create an account
Register at /register. An organization is created for you. Verify email when mail is configured.
2. Create an API key
POST /api/v1/api-keys with a name and optional abilities. Store the plaintext token — it is shown once.
3. Request a certificate
POST /api/v1/certificates with domains and validation. The sandbox CA issues immediately so you can inspect PEM and metadata. Staging ACME waits for real challenges.