Prerequisites
- An active Audity account with API access. A write-capable, audit-capable plan is recommended if you want the agent to create projects, convert leads, or spend credits.
- One of: Claude Desktop, Claude Code, Claude.ai (Pro+), ChatGPT (Plus for Custom GPTs), Cursor, n8n, or any MCP-compatible client
1. One command to connect
- Opens your browser to approve the connection
- Mints an Audity Personal Access Token (
aky_...) - Auto-configures Claude Desktop, Claude Code, and Cursor
- Prints manual setup instructions for ChatGPT and n8n
- Verifies the connection works
2. (Optional) Manual setup for ChatGPT or n8n
If you didn’t use connect, or you prefer manual setup:- Claude (auto-configured)
- ChatGPT
- Cursor (auto-configured)
- n8n
Already done by
npx @auditynow/connect. Start chatting.Full Claude guide →3. Verify it works
Ask your agent any of these:4. Run your first agent-driven audit
Try a task that chains multiple steps. Use a real client name or a hypothetical one:audity_create_project, creates the project (1,000 credits)audity_upload_document/audity_create_interview_session, adds source material (MCP-only tools; a comprehensive audit needs document and interview analyses first)audity_enqueue_document_analysis/audity_enqueue_interview_analysis, thenaudity_enqueue_audit_analysis, enqueues the synthesis (~10-15 minutes)- The agent polls
audity_get_jobuntilstatus: "completed" audity_get_project_opportunities, fetches the AI-generated opportunities, and the agent synthesizes a summary citing the IDs
Save the project ID. The agent will mention it. You’ll need it for follow-ups like “pull the deliverables for “.
5. Try a Nucleus workflow
Audity’s persistent memory layer is the agent’s other superpower. After running a few audits, try:GET /api/nucleus/memories?type=pattern and surfaces what’s there. If you don’t have any patterns yet, ask:
POST /api/nucleus/memories and creates an explicit memory you’ll find on every future Nucleus query.
What MCP unlocks (vs REST-only)
Connected via MCP, your agent can do things a REST-only client cannot: upload documents (audity_upload_document), create interview sessions, poll PDF-generation status, trigger deliverable generation (PDF, Gamma deck, stakeholder memos), and enqueue web research. See REST vs MCP.
Two things stay browser-only: streaming chat-style responses (Audity returns structured JSON) and PAT management (tokens are created and revoked from a browser session, not via the API).
If a workflow you need crosses one of these, tell us.
What’s next
Run a full audit workflow
The end-to-end agent recipe for taking a client from intake to deliverables.
Lead conversion playbook
Triage your ReadyLink inbox and convert qualified leads from your AI assistant.
Working with Nucleus
Memories, captures, insights, contacts. The persistent layer.
Authentication deep dive
Token formats, scopes, rotation, error codes, what’s logged.
API Quickstart (curl)
Skip MCP, call the API directly from a terminal or script.
Browse the spec
The full OpenAPI 3.1 reference. Click any endpoint to try it live.

