Integrations Overview
PredictDog integrations should start from a simple principle:
act as the authenticated app user on supported routes, and validate each route you depend on directly.
Recommended approach
- start with read endpoints
- confirm the integration is tied to the expected account
- expand to the exact routes your workflow needs
Current first-class path
The current first-class user integration path is:
- create an account on web
- deposit funds if the workflow will trade
- create an API key in
Settings -> API Keys - connect that key to your script, agent, or PredictDog skill
For users who want an agent-ready starting point instead of building requests from scratch, use AI Skills And Agents.
Why route validation matters
Different product surfaces can evolve at different speeds. A safe integration plan always validates the specific endpoints it will rely on rather than assuming every product surface exposes identical API behavior.