Skip to content

Usage Tips

Diving Deep?

This page is designed for AI Agents & users developing code directly. See Getting Started and Platform Guides


Usage Tips (for agents and integrations)

  • Keep filter_instructions short, explicit, and testable:
  • Mention the sport/league (e.g., NBA, NFL, MLB).
  • Specify the scope (a specific game, today, a team, a list of teams, etc.).
  • If you need certain stats/fields, mention them in your instructions so the classifier can retrieve relevant event fields.

  • Store connection_id and reuse it rather than creating new connections per run.

  • If you hit rate/usage limits, surface the error message directly to the user and retry later.