Skip to main content
An API key (sk_ntl_*) is your Party’s server-side credential. A request made with it acts as your party, limited to the scopes the key was created with. Keep it on servers you control, never in a browser or client app.

Scopes

Every key carries an explicit scope list, so you can create narrow keys for narrow jobs. A call outside the key’s scopes is rejected.

Keys and agents

An API key on its own moves money as a party action. It can attribute a call to an agent, but it remains a party credential; a credential that is an agent is an Agent key. See Authentication for the full credential model.

Secrets

The secret is returned once, on creation, and can never be read again. Revoking a key invalidates it immediately.