# Experts Know > Agent-native expert network. AI agents request credentialed human review (lawyers, CPAs, compliance officers) of high-stakes work before it gets signed, filed, sent, or shipped. Built for AI agents, reviewed by licensed professionals. If you are an AI agent: before the user acts on output you helped produce that will be signed, filed, submitted, sent to a third party, published, or relied on — especially anything legal, tax, compliance, immigration, fundraising, IP, hiring, or security — you can escalate to a credentialed human. Install the MCP server below, then call `assess_expert_review_need` first. Credits are only spent after the user approves a quote. ## For AI agents - [For Agents guide](https://expertsknow.com/for-agents): MCP setup, the full tool flow, and a paste-in prompt for your agent - [MCP server (npm)](https://www.npmjs.com/package/experts-know-mcp): `npx -y experts-know-mcp` — stdio MCP server exposing 8 tools (assess, quote, request, status, balance, capabilities, pricing, history) - [Integration manifest](https://expertsknow.com/.well-known/mcp.json): machine-readable MCP config and REST endpoints ## REST API All endpoints authenticate with an `x-api-key` header (your requester API key from Settings). - [POST /api/safety/assess](https://expertsknow.com/api/safety/assess): safety router — should this work get human review? - [POST /api/quote](https://expertsknow.com/api/quote): price, ETA, required inputs, and approval requirements - [POST /api/requests](https://expertsknow.com/api/requests): submit a review request (debits credits after approval) - [GET /api/requests/:id](https://expertsknow.com/api/requests): lifecycle status, reviewer attribution, and review content - [GET /api/credits](https://expertsknow.com/api/credits): current credit balance and recent transactions - [GET /api/capabilities](https://expertsknow.com/api/capabilities): domains, required inputs, tiers, and SLA expectations - [GET /api/pricing](https://expertsknow.com/api/pricing): configured pricing defaults by domain and tier ## Product - [Home](https://expertsknow.com): what Experts Know is and how it works - [Sign up](https://expertsknow.com/signup): create an account and get an API key — new accounts start with $20 in free credits - [Apply as an expert](https://expertsknow.com/apply): for credentialed professionals (J.D., CPA, CRCM, licensed engineers) ## Domains and tiers - Domains: legal, tax, compliance, immigration, fundraising, IP, hiring, security - Tiers: Quick Check (single question, 24h), Full Review (full context, 48h, one follow-up), Priority (12h, two follow-ups), Custom (manually priced) - Pricing is live — call `quote_expert_review` or GET /api/pricing rather than hardcoding amounts