Cost & Budgets
Synth can track provider usage and enforce budgets. Start with simple guardrails.
Where To Look
- Analytics: provider, model, agent, and recent call usage
- Budget: daily, weekly, and monthly limits
- Settings -> Models: per-agent model choices
Cheap First Workflow
- Use
synth_searchwhen you only need pages. - Use
synth_searchbefore coding tasks. - Let the connected agent synthesize from retrieved evidence.
- Keep background lint off until you choose a budget.
Budget Tips
- Put extraction on an accurate model.
- Use Explore, REST search, or MCP search/read for provider-free retrieval.
- Let the connected coding agent perform synthesis using the evidence packet.
- Limit large ingests until the provider setup is proven.
- Use watchers with focused
files.rulesso large repos do not ingest low-signal files.
Before locking production defaults, test extraction and linking with your own sources and check the resulting knowledge quality, latency, and usage cost.
API
Budget and usage APIs live under /api/usage/*, /api/analytics/*, and /api/budget/*.
Use the UI first. Use APIs for reporting once the team workflow is stable.