🚀 We just open-sourced Dexto - – our agent orchestration layer with support for MCP, 100+ LLMs and more! 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 });