Skip to main content

A full loop in Python

Runs two turns on one conversation and reads back what the agent built. Requires only httpx.

Verifying a token in CI

Tokens are created interactively by design, but everything after that can be scripted. A typical setup stores one long-lived read,write token as an encrypted secret and checks it before the pipeline does anything expensive:
Because every token carries a visible expires_at, a scheduled job can warn you before one lapses rather than letting you discover it through a failed run.