Skip to main content
Helius provides first-class support for AI agents building on Solana. From programmatic account creation to real-time data streaming, agents can access the full power of Helius without any manual intervention.
  • Helius MCP — 10 routed tools that cover querying the blockchain, sending transactions, streaming, and more
  • Claude Code Plugin — The first, and currently the only, official Claude Code plugin from a crypto company. One install: MCP servers + skills + reference files
  • Skills — Expert instruction sets for Claude: Build, Phantom, Jupiter, DFlow, OKX, SVM
  • TypeScript SDK — Type-safe methods for all Helius APIs
  • Rust SDK — High-performance Rust SDK for Helius APIs
  • Helius CLI — Account management and shell scripting
A machine-readable version of this section is available at agents/llms.txt for AI agent consumption.

MCP vs CLI

The Helius MCP server is the recommended way for AI agents to interact with Helius. It provides 10 routed tools that give AI direct, structured access to Solana — no shell commands, no output parsing, no manual API calls.
Start with MCP. If your AI tool supports MCP (Claude Code, Cursor, Claude Desktop, etc.), use the MCP server or the Claude Code Plugin. The CLI is useful for shell scripting and CI/CD, but for AI-driven workflows the MCP provides a more seamless experience — the AI calls tools directly rather than spawning shell commands and parsing output.

Quick Start: Agent Signup

Agents can create a Helius account and get an API key in four steps using the Helius CLI:
On success, your agent receives an API key, RPC endpoints, and 1,000,000 credits. See the full CLI guide for details.

Authentication

All Helius API requests require an API key passed as a query parameter:
Append this to any RPC or API endpoint. For example: https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY Get an API key from the Helius Dashboard or programmatically via the Helius CLI.
Use Gatekeeper for lower latencyGatekeeper (Beta) removes Cloudflare from the critical path, reducing response times by tens to hundreds of milliseconds. Same API key, same methods — just swap the endpoint:
Supports all RPC, DAS, WebSocket, ZK Compression, Priority Fee, and Enhanced Transaction methods. See the migration guide for details.

Helius-Specific API Guidance

Use these Helius-optimized APIs instead of chaining standard Solana RPC methods:

Rate Limits Quick Reference

Rate limits depend on your plan. Agents start on the Agent tier with 1,000,000 credits. The Agent tier requires a $1 payment to prevent abuse. For detailed rate limits per API, see Rate Limits.

Credits Per API Call

For the full breakdown, see Credits.

Retries and Error Handling

HTTP Status Codes

Retry Pattern

Monitor Credit Usage

Quick Reference

  • Mainnet RPC: https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY
  • Mainnet RPC (Gatekeeper Beta): https://beta.helius-rpc.com/?api-key=YOUR_API_KEY
  • Devnet RPC: https://devnet.helius-rpc.com/?api-key=YOUR_API_KEY
  • Mainnet WSS: wss://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY
  • Mainnet WSS (Gatekeeper Beta): wss://beta.helius-rpc.com/?api-key=YOUR_API_KEY
  • Devnet WSS: wss://devnet.helius-rpc.com/?api-key=YOUR_API_KEY
  • Sender endpoint: https://sender.helius-rpc.com/fast
  • MCP server: https://www.helius.dev/docs/mcp
  • Dashboard: dashboard.helius.dev
  • Status: helius.statuspage.io