inis.run

Authentication

API keys and request auth for inis.run.

All requests to the execution API require a bearer token:

Authorization: Bearer inis_...
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/credentials

INIS_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

EnvironmentURL
Productionhttps://api.inis.run
Local devhttp://127.0.0.1:8080

SDKs and the CLI accept --api-url / base_url / INIS_BASE_URL to override the default.

On this page