Authentication
API keys and request auth for inis.run.
All requests to the execution API require a bearer token:
Authorization: Bearer inis_...CLI (recommended for local use)
inis auth login # opens app.inis.run, saves key to ~/.inis/credentials
inis auth status # show whether credentials are configured
inis auth logout # remove ~/.inis/credentialsINIS_API_KEY in the environment takes precedence over the credentials file.
Dashboard and CI
Create and revoke keys in the dashboard. For CI pipelines, store INIS_API_KEY in your secret store — do not commit it.
Do not commit API keys. Use inis auth login, environment variables (INIS_API_KEY), or your platform's secret store.
Base URL
| Environment | URL |
|---|---|
| Production | https://api.inis.run |
| Local dev | http://127.0.0.1:8080 |
SDKs and the CLI accept --api-url / base_url / INIS_BASE_URL to override the default.