AI Tools
Use Meshes with AI coding agents like Cursor, Claude Code, and Windsurf. Cursor rules, MCP server, and integration guides for AI-assisted development.
Meshes provides first-class support for AI-assisted development. Whether you're using Cursor, Claude Code, Windsurf, or another AI coding tool, these resources help your agent understand the Meshes API and write correct integration code on the first try.
Available tools
- Cursor Rules: Drop-in rules file that teaches Cursor (and compatible editors) how to work with the Meshes API — correct endpoints, auth patterns, payload schemas, and best practices.
- MCP Server: A Model Context Protocol server that gives AI agents direct access to Meshes — emit events, manage workspaces, create rules, and debug deliveries from within your coding environment.
- LLMs Docs: Quick access page for both
llms.txtandllms-full.txt.
Why AI-native?
Most integration platforms require developers to context-switch between docs, dashboards, and code. With Meshes AI tools, your coding agent already knows:
- How to authenticate (Bearer JWT for management, publishable key for events)
- The exact shape of every endpoint, request body, and response
- Which payload fields matter for CRM contact matching (always include
email) - How field mappings work (path vs. literal sources, transforms like
trim,lower,to_date) - Multi-tenant patterns (one workspace per customer)
- What NOT to do (don't build retry logic, don't fan out manually, don't hardcode workspace IDs)
The result: you describe what you want in natural language, and the agent writes correct Meshes integration code without you needing to look anything up.