SDK Guide
SDK Quickstart
Build your first AI-powered application in typescript with Truffle
Learn how to create and deploy AI agents using the Truffle AI SDK.
This guide will help you create your first AI-powered application.
Initialize the SDK
First, install the Truffle AI SDK:
Then, import and initialize the Truffle AI SDK with your API key:
Create Your First Agent
Let’s create a simple AI assistant that can help with various tasks:
How to use your agent
Once your agent is deployed, you can start using it to run tasks:
Working with Existing Agents
You can easily work with previously deployed agents:
Error Handling
Implement proper error handling in your applications:
Next Steps
Now that you’ve created your first agent, explore more advanced features: