ai studio
Trusted, transparent AI
AI systems are often viewed as black boxes: opaque, hard to verify, and difficult to govern, especially in real-world applications. AI Studio closes that gap by enabling developers to build AI agents that operate with verifiable trust and transparency on Hedera.
modular
The AI Agent Kit
With its modular adapter and plugin architecture, the Hedera AI Agent Kit allows developers to quickly build agents that manage accounts, transfer HBAR, mint tokens, query mirror nodes, and more.
build quickly
No smart contracts needed
The AI Agent SDK removes the need to write or audit smart contracts, offering a fast, secure, and cost-predictable way to integrate AI with Hedera services, and even leverage AI itself to develop with the full benefits of the Hedera network.
cost-effective agents
Trusted AI workflows
Fixed transaction fees and high throughput ensure that AI agents can operate affordably and reliably at scale. Log agent actions, automate decision-making, and enable secure communication using Hedera Consensus Service (HCS) standards.
built-in adapters
Accelerate development with familiar tools
Support for JavaScript, LangGraph, LLMs and AI agent frameworks like Vercel AI SDK, ElizaOS or MCP Server. Tap into the rich ecosystem of existing AI frameworks, and use the plugins to build applications with autonomous AI agents or AI-powered human-in-the-loop flows.
key differentiators
AI Studio modules
ElizaOS plugin
A natural language interface that gives you context-aware agent responses. (e.g., “What’s my HBAR balance?”)
Open source Hedera AI Agent Kit
A lightweight toolkit that lets agents create tokens, submit consensus messages, and query Hedera, plus built-in transfers and airdrops.
Hedera MCP Server
A model context protocol (MCP) that exposes a unified interface, connecting AI models to external tools, systems, and data sources.
success stories
Why leading institutions trust AI Studio
Bringing trust to AI with next generation hardware
EQTY Lab has launched its Verifiable Compute solution on NVIDIA’s next-generation Blackwell platform.
Powering machine to machine commerce
Discover how Neuron uses Hedera and AI to create decentralized, verifiable systems for drone tracking, logistics, and digital services.
Bringing trust to public sector
Accenture implements EQTY Lab’s Verifiable Compute for public sector and defense applications, with agentic workflows registered on Hedera, ensuring cryptographic proof of governance and policy compliance.
AI Studio architecture
AI Studio is composed of modules that work together to power trusted, on-chain agent infrastructure on Hedera. MCP Server is a protocol designed to allow AI agents or other tools to interact with external systems in a standardized way.
ai studio resources
Featured resources
workshop
Build your first AI agent on Hedera
In this educational workshop led by the Hashgraph team, you’ll learn all about AI agents, MCP server, agent frameworks, and how-to demos that will help you build your first agent on Hedera.
blog
What’s new in AI Studio
Discover how the re-architected Hedera Agent Kit makes it easier than ever to build intelligent, on-chain applications with modular plugins, multi-framework AI compatibility, and rapid agent creation through the new CLI tool.
blog
Deep dive into the Hedera Agent Kit
Explore the open-source Hedera Agent Kit—enabling AI-driven agents to send tokens, manage accounts, and coordinate workflows through modular plugins and human-in-the-loop or autonomous execution.
blog
Hedera: leading the charge in agentic AI
In this guest blog post, Monique Morrow (Independent Board Director, Hedera Council) explores the four-layered Hedera Stack that underpins agentic AI deployment—from application logic to decentralized consensus.
Plugins and contributions
The AI Agent Kit provides a structure for using Hedera and external functionality through plugins. Import plugins in a few lines of code, then select the tools you want to use in your application.
const hederaAgentToolkit = new HederaLangchainToolkit({
client,
configuration: {
tools: [
], // use an empty array if you want to load all tools from plugins
context: {
mode: AgentMode.AUTONOMOUS,
},
plugins: [coreHTSPlugin, coreAccountPlugin, coreConsensusPlugin, coreQueriesPlugin, coreEVMPlugin],
},
});
Hedera’s infrastructure, built for real-world utility, made it easy for us to deploy and champion the Eliza AI Agentic Framework. We’re particularly excited about how this integration can help developers unlock new forms of agentic coordination across the broader on-chain world.
Shaw Walters
Founder
Data without trust is just noise. Reliable AI begins with verifiable data. By grounding AI in events that are immutably time-stamped and fair-ordered on Hedera’s Consensus and Token Services, builders and their users can have confidence that what the algorithm sees is authentic. AI Studio puts that trust at developers’ fingertips, weaving transparency and accountability into every workflow.
Ty Smith
Senior Product Manager