asapi), the agentservice CLI, or (soon) Node.js.
Before you begin
- Python 3.10+ if you use the Python client or install the CLI via pip.
- A virtual environment (recommended):
- A Sudoiq account and an API key: create one at Sudoiq settings.
The PyPI project may be published as
asapi or agentserviceapi; the import is asapi unless your release notes say otherwise. The CLI wheel package name is agentservice.Run one agent
Use the dropdown to switch between Python, Node.js, and CLI. After start, the client waits for the run to finish using a long-lived streaming connection when the API supports it (server-sent events, SSE), so you do not write your own polling loop.Python