← All docs

Quickstart

Three steps. Sixty seconds. Your first agent action live in the dashboard.

1

Sign in and create an API key

Go to Settings → API Keys, click Generate, copy the cisora_live_… key. It's shown only once.
2

Install the SDK

Pick your language:

TypeScript
npm install @cisora/sdk
Python
pip install cisora
3

Run the quickstart

Download a complete runnable example, set your API key, run it. Three events will appear in your dashboard within seconds.

export CISORA_API_KEY=cisora_live_...
npx tsx quickstart.ts
export CISORA_API_KEY=cisora_live_...
python quickstart.py
4

See it live

Open /agentsquickstart-agent appears. Open /actions — three events, with decision, duration, and cost.

Next steps