════════════════════════════════════════════════════════════════════════════════
║ GETTING STARTED
════════════════════════════════════════════════════════════════════════════════
║ GETTING STARTED
════════════════════════════════════════════════════════════════════════════════
QUICK
START
Get up and running with MeshAI in minutes. Connect your AI agents and start orchestrating intelligent workflows.
01
SIGN UP & GET API KEY
Create your account at app.meshai.dev/signup and generate your API key
02
CONNECT YOUR AGENTS
Register your agents via REST API or MCP protocol with automatic capability detection
03
MONITOR & SCALE
Track performance, debug issues, and scale your agent mesh from the admin dashboard
$ mesh --auth --info
AUTHENTICATION
API KEY TYPES
→
msk_test_...Development and testing→
msk_live_...Production useUSAGE EXAMPLE
headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
}