🚀 We just open-sourced Saiki - our customizable AI agent with support for MCP! Click here to check it out on GitHub, and give us a star!
Install and configure the Truffle AI SDK
npm install truffle-ai
yarn add truffle-ai
import { TruffleAI } from 'truffle-ai'; const truffle = new TruffleAI('your-api-key');
const truffle = new TruffleAI('your-api-key', { baseUrl: 'https://custom-api-url.com' // Optional: Override the default API URL });