Everything you need to know about MeshAI and AI agent orchestration
performance - Fastest response timecost_optimized - Lowest pricecapability_match - Best skill alignmentsticky_session - Maintain context with same agentYour tasks complete successfully even when individual agents experience problems.
The optimizer works with any prompt format and learns from your specific use cases.
Topology Search is most valuable for tasks that would benefit from multiple specialized agents working together.
// Enable optimization for an agent
{
"agent_id": "my-agent",
"enable_optimization": true,
"optimization_target": "accuracy"
}The optimizer works in the background, improving prompts without requiring changes to your existing code.
{
"search_algorithm": "mcts",
"optimization_target": "cost_efficiency",
"max_topology_depth": 5,
"allowed_agents": ["data-analyst", "summarizer", "validator"],
"performance_threshold": 0.85
}Advanced users can even implement custom search algorithms using our SDK.
{
"mcpServers": {
"meshai": {
"command": "npx",
"args": ["-y", "meshai-mcp-server"],
"env": { "MESHAI_API_KEY": "YOUR_API_KEY" }
}
// Don't add OpenAI server here
}
}{
"mcpServers": {
"meshai": {
"command": "npx",
"args": ["-y", "meshai-mcp-server"],
"env": { "MESHAI_API_KEY": "YOUR_API_KEY" }
}
}
}mesh_execute tool, which automatically handles capability detection and routing.📚 For detailed setup instructions, see our MCP Capabilities Guide
We're actively expanding our framework support. Our generic REST adapter allows you to connect any HTTP-based agent while we build native integrations.
Enterprise plans include advanced analytics and custom dashboards.
Our team is here to help. Reach out for personalized support or explore our documentation.