Now in Public Beta

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

Syra - AI Assistant

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.

01

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 start
02

Create 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-turbo
03

Run 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

O
OpenAI
A
Anthropic
O
Ollama
OR
OpenRouter
100+ more

Get Started in Seconds

Install Syra and start building autonomous agents today.

bash
pip install -e .
syra server start

Requires Python 3.10+. View full installation guide →

MCP Integration

Connect your agents to external tools and services with 30+ built-in MCP server presets.

GitHub

Code

Repository, issues, PR management

syra mcp add github

PostgreSQL

Database

Database queries and operations

syra mcp add postgres

Brave Search

Search

Web search capabilities

syra mcp add brave-search

Puppeteer

Browser

Browser automation

syra mcp add puppeteer

Slack

Productivity

Team communication integration

syra mcp add slack

Notion

Productivity

Workspace and documentation

syra mcp add notion