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.
TypeScript⬇ Download quickstart.ts
export CISORA_API_KEY=cisora_live_... npx tsx quickstart.ts
Python⬇ Download quickstart.py
export CISORA_API_KEY=cisora_live_... python quickstart.py
4
Next steps
- · SDK reference — every method explained
- · Write your first policy — block unsafe actions inline
- · Core concepts — agents, actions, incidents, fail-open