Skip to main content

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.

  • 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:

  1. create an account on web
  2. deposit funds if the workflow will trade
  3. create an API key in Settings -> API Keys
  4. 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.