General
What is MeshAI?
What is MeshAI?
How is MeshAI different from Langfuse, AgentOps, or LangSmith?
How is MeshAI different from Langfuse, AgentOps, or LangSmith?
Do I need to change my code?
Do I need to change my code?
ANTHROPIC_BASE_URL or OPENAI_BASE_URL to point at the proxy and you’re monitoring instantly. For deeper integration, our Python SDK supports 11 frameworks.What frameworks do you support?
What frameworks do you support?
What LLM providers do you support?
What LLM providers do you support?
EU AI Act & Compliance
Does the EU AI Act apply to non-EU companies?
Does the EU AI Act apply to non-EU companies?
What if my non-EU company uses third-party AI that serves EU customers?
What if my non-EU company uses third-party AI that serves EU customers?
What are the different roles under the EU AI Act?
What are the different roles under the EU AI Act?
- Provider — develops the AI system and places it on the market (e.g., OpenAI, Anthropic, Google). Must do conformity assessments, technical documentation, CE marking, and post-market monitoring.
- Deployer — uses an AI system in their business (e.g., a SaaS company using GPT for customer support). Must ensure human oversight, maintain logs, inform users, and classify risk. This is MeshAI’s primary customer.
- Importer — brings non-EU AI systems into the EU market. Must verify CE marking and conformity documentation.
- Distributor — makes AI systems available within the EU without modifying them (e.g., cloud marketplaces). Must verify compliance before selling.
- Authorized Representative — EU-based entity acting on behalf of a non-EU provider.
- Product Manufacturer — integrates AI into a physical product (e.g., autonomous vehicles). Same obligations as provider for the AI component.
What are the fines for non-compliance?
What are the fines for non-compliance?
- Prohibited AI practices: up to 35 million or 7% of global annual turnover
- High-risk AI obligations (Articles 26, 27): up to 15 million or 3% of global turnover
- Incorrect information to authorities: up to 7.5 million or 1.5% of global turnover
What articles of the EU AI Act does MeshAI cover?
What articles of the EU AI Act does MeshAI cover?
- Article 6 — Risk classification (4 levels with AI-assisted suggestion)
- Article 12 — Record-keeping (immutable audit trail, 6-month retention, CSV/JSON export)
- Article 13 — Transparency (auto-generated transparency cards)
- Article 14 — Human oversight (HITL approval workflows)
- Article 26 — Deployer obligations (12 obligations covered)
- Article 27 — FRIA with all 6 required fields (a-f)
- Article 50 — Transparency obligations
- Article 73 — Serious incident reporting (15-day/2-day deadlines)
What is a Fundamental Rights Impact Assessment (FRIA)?
What is a Fundamental Rights Impact Assessment (FRIA)?
What is the compliance readiness score?
What is the compliance readiness score?
When is the enforcement deadline?
When is the enforcement deadline?
Security & Privacy
Does MeshAI store my prompts or completions?
Does MeshAI store my prompts or completions?
How is data encrypted?
How is data encrypted?
Is there tenant isolation?
Is there tenant isolation?
What about prompt injection protection?
What about prompt injection protection?
What about PII in AI responses?
What about PII in AI responses?
- Block — return 403, don’t forward the response
- Redact — replace PII with
[EMAIL_REDACTED],[SSN_REDACTED]etc. - Allow — log the detection but return the response unchanged
What happens if MeshAI goes down?
What happens if MeshAI goes down?
Pricing & Plans
How much does MeshAI cost?
How much does MeshAI cost?
- Starter: $299/month — up to 25 agents
- Professional: $799/month — up to 100 agents
- Enterprise: $1,999/month — up to 1,000 agents
- Enterprise Plus: Custom pricing — unlimited agents, dedicated infrastructure
Is there a free tier or trial?
Is there a free tier or trial?
What happens when I hit my agent limit?
What happens when I hit my agent limit?
Can I pay annually?
Can I pay annually?
Technical
What latency does the proxy add?
What latency does the proxy add?
How does the kill switch work?
How does the kill switch work?
What is agent quarantine vs kill switch?
What is agent quarantine vs kill switch?
Can I use MeshAI with my existing monitoring tools?
Can I use MeshAI with my existing monitoring tools?
Is the SDK open source?
Is the SDK open source?
meshai-sdk) is MIT licensed and available on PyPI and GitHub. The platform (API, proxy, dashboard) is proprietary.Do you support languages other than Python?
Do you support languages other than Python?
Can MeshAI monitor developer tools like Cursor, Claude Desktop, or VS Code?
Can MeshAI monitor developer tools like Cursor, Claude Desktop, or VS Code?
- Claude Code:
ANTHROPIC_BASE_URL=https://proxy.meshai.dev/v1/anthropic/k/msh_KEY - Cursor: Settings → Models → Custom Base URL
- Cline / Roo Code: Settings → API Base URL
- Codex:
OPENAI_BASE_URL=https://proxy.meshai.dev/v1/openai/k/msh_KEY
npx -y @meshailabs/mcp-server in your tool’s MCP settings. Supports 19+ tools: Claude Desktop, VS Code Copilot, JetBrains IDEs, Windsurf, Zed, Warp, AWS Kiro, Continue.dev, Amazon Q Developer, Gemini CLI, Tabnine, Goose, and more.The MCP server registers the tool as a governed agent, tracks usage, checks policies, and reports compliance — all without proxying traffic.See the MCP Server guide for setup instructions per tool.
