📘Getting Started
This guide will help you set up your environment and get started with UnifAI's SDKs.
Prerequisites
Node.js (for JavaScript/TypeScript) or Python installed
An account at UnifAI to obtain your API keys
Installation
npm install unifai-sdkpip install unifai-sdkcargo add unifai-sdkAPI Keys
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