Docs
Ship your first production agent without spelunking through docs.
Search the operating model, copy a working snippet, and move from simulation to audited execution.
Quickstart
Practical guides for building, testing, and operating Quark.AI workflows.
Guides
Runnable snippet
import { Quark } from "@quark/ai";
const quark = new Quark({ apiKey: process.env.QUARK_API_KEY });
await quark.workflows.run({
agent: "revops-agent",
instruction: "Qualify new HubSpot leads and book calls for high-fit accounts.",
approvalMode: "confidence_threshold",
});Simulate first
Preview tool calls, policy checks, and required approvals before production execution.
Version policies
Every agent instruction and permission change is versioned for review and rollback.
Export proof
Send audit logs to your warehouse, SIEM, or compliance workspace automatically.