// tutorials
Build something.
Step-by-step lessons. Sit down, end with a working thing. If you have not made a call yet, the getting-started guide is the shorter on-ramp.
Your first 5 minutes with Ringside
5 minYou'll build: curl -> SDK -> FC-Customer -> see it in dashboard
Managed RAG in 15 minutes
15 minYou'll build: vector store -> upload file -> ask with file_search -> read citations
Give your agent memory with Brains
15 minYou'll build: brain -> load knowledge -> recall -> observe/learn -> ambient chat
Wire Ringside spend into Stripe billing
20 minYou'll build: webhook -> meter event -> Stripe portal page
Build a code-review assistant
30 minYou'll build: Assistant + tools + thread + run + web UI
Per-customer usage dashboards
25 minYou'll build: Client Token -> React component -> live cost chart
Structured JSON output that always parses
10 minYou'll build: response_format json_schema -> validation -> safe parse
Model fallback & cost control
12 minYou'll build: model:[] cascade -> FC-Customer -> per-customer budget
Sealed RAG for regulated data
15 minYou'll build: byok store -> ingest -> lock/unlock -> query