

Autonomous Agents
That Think, Deploy
& Transact
The open-source AI agent platform with 100+ LLM support, MCP integration, and on-chain deployment. Build, deploy, and scale AI agents in minutes.
1,234
Active Agents
50K+
Tasks Completed
100+
Models Supported

GPT-4 Turbo
Active Model
+99 Tasks
Today
Everything You Need for AI Agents
Powerful features designed for developers who want to build, deploy, and scale autonomous AI agents.
Multi-LLM Support
Access 100+ models via LiteLLM including OpenAI, Anthropic, Ollama, and OpenRouter. Switch models with a single config change.
MCP Servers
Integrate with 30+ preset MCP servers for GitHub, Slack, PostgreSQL, Notion, and more. Extend your agents' capabilities effortlessly.
On-chain Deploy
Deploy agents directly to blockchain via ERC-8004 on Ethereum/Base Sepolia. Enable trustless agent coordination and transactions.
Real-time Dashboard
Monitor agent activity, manage tasks, and configure networks through a beautiful, intuitive web interface with live updates.
How It Works
Get started with Syra in three simple steps. No complex setup required.
Start Server
Install Syra and start your local server with a single command. The server handles all agent coordination and API endpoints.
pip install -e .
syra server startCreate Agent
Define your agent with custom instructions, choose your preferred LLM, and configure MCP tool integrations.
syra agent create \
--name my-agent \
--model gpt-4-turboRun Tasks
Submit tasks to your agent and watch them execute in real-time. Monitor progress through the dashboard.
syra task create \
--agent my-agent \
--prompt 'Research AI trends'Supports 100+ Models From
Get Started in Seconds
Install Syra and start building autonomous agents today.
pip install -e .syra server startRequires Python 3.10+. View full installation guide →
MCP Integration
Connect your agents to external tools and services with 30+ built-in MCP server presets.