📘Getting Started
This guide will help you set up your environment and get started with UnifAI's SDKs.
Last updated
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 Console to obtain your API keys
npm install unifai-sdkpip install unifai-sdkcargo add unifai-sdkThere 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