development
location
documentation
public
blockchain
AI
What is thirdweb AI is a comprehensive toolkit for blockchain data analysis, wallet management, and AI agent interaction with blockchains.?
thirdweb AI simplifies complex blockchain operations into five core components: Insight for data analysis, Engine for wallet and contract operations, EngineCloud for cloud-based engine operations, Storage for decentralized file management, and Nebula for natural language-powered blockchain interactions.
Documentation
thirdweb AI
AI Agents with Onchain Intelligence
📖 Overview
thirdweb AI is thirdweb's comprehensive toolkit for blockchain data analysis, wallet management, and AI agent interaction with blockchains. It simplifies complex blockchain operations into five core components: Insight for data analysis, Engine for wallet and contract operations, EngineCloud for cloud-based engine operations, Storage for decentralized file management, and Nebula for natural language-powered blockchain interactions.
🌐 Features# Insight
Comprehensive blockchain data intelligence:
Chains: Multi-chain support and network information
Transactions: Transaction analysis and monitoring
Blocks: Block data exploration and metrics
Events: Smart contract event tracking and filtering
Prices: Real-time token price feeds
Tokens: Detailed token information and analytics
Engine
Core blockchain interaction capabilities:
Wallet: Secure wallet management and transaction signing
Read: Read operations for smart contracts and blockchain data
Write: Transaction creation and contract interaction
EngineCloud
Cloud-based engine operations with advanced capabilities:
Server Wallets: Create and manage server wallets with KMS integration
Contract Interaction: Read from and write to smart contracts
Transaction Management: Send transactions and query transaction history
Balance Queries: Check native token balances on various chains
Storage
Decentralized storage capabilities:
Upload: Upload files, directories, and JSON data to IPFS
Fetch: Retrieve content from IPFS using thirdweb gateway
Nebula
AI agent blockchain interaction:
Natural Language Agent Action: Completing blockchain tasks through natural language instructions
🚀 Quickstart# MCP Server
Installation
THIRDWEB_SECRET_KEY=... \
uvx thirdweb-mcp
### Install and run using pipx (and run thirdweb-mcp)
pipx install thirdweb-mcp
THIRDWEB_SECRET_KEY=... \
thirdweb-mcp
pip install "thirdweb-ai[all]"
# Or install with specific framework adapters
pip install "thirdweb-ai[openai]" # For OpenAI Agents
pip install "thirdweb-ai[langchain]" # For LangChain
pip install "thirdweb-ai[agentkit]" # For Coinbase Agentkit
pip install "thirdweb-ai[goat]" # For GOAT SDK\n\n# ... many more framework supported
We take security seriously. If you discover a security vulnerability within thirdweb AI, please email [email protected] rather than using the issue tracker.
For non-security-related bugs, please use the GitHub issue tracker.
⚠️ Important Usage Notes
When using Nebula, do not combine it with other tools (Insight, Engine, EngineCloud, Storage) in the same agent implementation as Nebula already calls these tools in the background. Using them together can lead to compatibility issues and unexpected behavior.
📦 Publishing Workflow
To publish a new version of thirdweb AI packages:
Create a git tag for the new version: git tag -a v0.X.Y -m "Release v0.X.Y"
Push the tag to GitHub: git push origin v0.X.Y
Go to GitHub and create a release using this tag
The CI/CD pipeline will automatically build and publish both packages to PyPI with matching version numbers