requests), Node
(fetch/axios), and cURL — so you can drop it straight into your stack.
Workflows
Create runs and get results — wait (sync), poll, or stream over SSE.
Agents
Chat with an agent, stream replies token-by-token, and tail live events.
Knowledge Bases
Upload and ingest documents, then search them.
Before you start
1
Get an API key
Create one under Workspace control → API keys. All requests authenticate
with the
X-API-KEY header.2
Pick a base URL
The managed cloud is
https://backend.noxus.ai. Self-hosted deployments use
their own host — the Python SDK reads NOXUS_BACKEND_URL or accepts
base_url= on the Client.3
Install the SDK (optional)
pip install noxus-sdk for the Python examples. The REST/Node/cURL recipes
have no dependency beyond an HTTP client.