Developer ICP

Integrate Epistemic Analysis Into Your Tools

CLI, REST API, and autonomous agents. Analyze specs, PRDs, and strategy docs directly from your terminal or CI/CD pipelines.

CLI Ready to Go

Review specs in a single command

REST API v1

Documented endpoints with JSON Schema

Autonomous Agents

Webhooks, spend limits, API keys

Quick Start

Choose your integration path and get started in under 5 minutes.

1

Install the CLI

# Clone the repository and use the CLI
git clone https://github.com/cvai/cvai-cli.git
cd cvai-cli
npm install -g .
2

Authenticate

# Login with your API key
cvai login --api-key cvai_ak_your_key_here

# Or set the environment variable
export CVAI_API_KEY=cvai_ak_your_key_here
3

Review a spec

# Submit a spec file for review
cvai review-spec ./my-spec.md

# With options
cvai review-spec ./prd.md --depth quick --json

# Async mode (returns immediately)
cvai review-spec ./spec.md --async
4

Check results

# Check job status
cvai status <run_id>

# Get full results
cvai result <run_id>

# Check your credit balance
cvai credits

Credits & Billing

Simple, predictable credit system. No hidden fees.

Pay as you go

Credits are deducted per tool run. Auto top-up available.

API keys per app

Create multiple apps with isolated keys and spend limits.

Configurable limits

Daily, monthly, and per-minute spend limits. Full control.

Ready to Automate Quality Reviews?

Create an account, get your API key, and run your first analysis in minutes.