Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pip install kataven, set two env vars, you’re done.
pip install kataven
requests
export KATAVEN_API_KEY="eyJhbGciOi..." # bearer token export KATAVEN_ACCOUNT_ID="acme" # account slug
client = KatavenClient( api_key="eyJhbGciOi...", account_id="acme", base_url="https://api.kataven.ai/hub-api", # optional timeout=30, )
from kataven import KatavenClient client = KatavenClient() print(client.agents.list())