Skip to main content
This guide takes you from zero to your first governed AI response.

Prerequisites

1

An Operark account

Sign up at app.operark.com and create an organization.
2

An API key

In the dashboard, go to Settings → API Keys and create a key. Copy it immediately — it is shown only once.
Treat your API key like a password. It carries the full access of your organization. Never commit it to source control or expose it in a browser.

1. Set your key

2. List the available executives

Every organization has the same 15 runtime agents. List them to confirm your key works:

3. Ask an executive a question

Ask the CFO (AI_CFO, “Nova”) a finance question:
The response includes the executive’s answer plus governance metadata — the session id, any tools used, and the decision lineage when applicable.

4. Request a decision

ask is advisory. When you need a recorded, governed decision, use decide:
Decisions are written to the audit trail and may route through approval or a Sentinel (CRO) veto depending on your governance configuration.

Next steps

Authentication

Key types, scopes, and rotation.

The agents

Who the 15 runtime agents are and what they own.

Governance

Approvals, the audit trail, and the veto model.

SDKs

TypeScript, Python, and Go clients.