API Keys

Create a key to authenticate the CLI, SDKs, and your own scripts as you. Every read stays public and free.

Your keys

Sign in to create keys

API keys are tied to your account, so nothing is issued to an anonymous caller. Sign in and your keys appear here.

Use your key

Send it as a Bearer token — the CLI, both SDKs, and plain curl all accept it:

$ curl -H "Authorization: Bearer norien_…" https://api.norien.live/agents
$ norien login # paste your key when prompted

The same key lets you norien publish an agent or tool under your handle.

Calling the API

Every read is public and needs no key at all:

$ curl https://api.norien.live/api/tokens?limit=5
$ curl https://api.norien.live/agents

The full surface is in the OpenAPI reference ↗ or the documentation.

API Keys · Norien