This guide will help you set up your environment and get started with UnifAI's SDKs.
Node.js (for JavaScript/TypeScript) or Python installed
An account at UnifAI Consolearrow-up-right to obtain your API keys
npm install unifai-sdk
pip install unifai-sdk
cargo add unifai-sdk
There are two types of API keys:
Agent API Key: Use this key when integrating tools into your agents.
Toolkit API Key: Use this key when creating and serving toolkits.
You only need to get the one you need.
Last updated 8 days ago