Requirements
- Python 3.12 or higher
- pip or poetry
pip
poetry
Verify installation
Optional: set your API key globally
Rather than passingapi_key every time, export it as an environment variable:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install and set up the KiteFishAI Python SDK.
pip install kitefishai
poetry add kitefishai
import kitefishai
print(kitefishai.__version__)
api_key every time, export it as an environment variable:
export KITEFISH_API_KEY="kf-..."
client = kitefishai.Client() # reads KITEFISH_API_KEY
export KITEFISH_API_KEY="kf-..."
export KITEFISH_BASE_URL="https://your-internal-host/v1"
