Documentation Index
Fetch the complete documentation index at: https://docs.veri.studio/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Veri can be used through three developer entry points:- the REST API
- the Python SDK
- the CLI
Choose Your Interface
REST API
Use the REST API if you want full control over requests, integration with your own services, or language-agnostic access. Best for:- backend integrations
- direct HTTP workflows
- custom automation outside Python
Python SDK
Use the Python SDK if you want the fastest programmatic path in Python. The current SDK supports:- dataset upload, connect, validate, list, get
- reward function upload, list, get
- training job create, get, list, cancel
- checkpoint download helpers
- polling with
job.wait()
CLI
Use the CLI if you want a lightweight local workflow for logging in, storing credentials, and bootstrapping SDK usage. The current CLI supports:veri loginveri whoamiveri logout
Typical Flow
Current Notes
- The API surface is moving faster than the polished public auth story.
- The Python SDK already mirrors the main control-plane resources.
- The CLI is intentionally minimal and focused on credential management.
- CLI for local setup
- Python SDK for scripting
- API Reference for exact request shapes