https://api.stewai.com/v1.
What is available today
| Capability | Python SDK | REST API v1 |
|---|---|---|
| Create run | client.runs.create() | POST /v1/runs/ |
| Get run | client.runs.get() | GET /v1/runs/{run_id}/ |
| List run steps | client.runs.steps() | GET /v1/runs/{run_id}/steps/ |
| Upload file | client.storage.upload() | POST /v1/storage/upload/ |
| Resolve Pantry path | client.storage.resolve_path() | GET /v1/storage/resolve/?path=... |
What is not in public v1
- No
/v1/recipes/*endpoints - No
/v1/schemas/*endpoints - No SDK streaming client; run progress is polling-based
Install
>=3.10.
