To protect the sovereignty of our users and ensure the stability of the control plane, access to the Peladen API is currently managed via an exclusive Early Access Waiting List.How to Get Your API Token#
Currently, we are onboarding founders and developers in batches to provide hands-on support. To get your token:Onboarding: Once your spot is ready, you will receive an invitation email to set up your Organization.
Generate Token: Log in to your Peladen Dashboard, navigate to Settings > API Keys, and generate a new Personal Access Token (PAT).
Using Your Token#
Peladen uses Bearer Token authentication. All API requests must be made over HTTPS and include your token in the Authorization header.Security Best Practices#
Treat your token like a password: Never commit it to version control (GitHub/GitLab). Use environment variables or a secret manager.
Rotation: We recommend rotating your API keys every 90 days.
Scope: Currently, tokens have full access to your Organization. Granular Scoped Tokens (Read-only, Project-specific) are coming soon.
Modified at 2026-04-01 11:44:02