Built for the open-source AI editor

Sprint Tickets,
In Continue.

Continue brings open-source AI to VS Code and JetBrains. Wire SprintFlint as a custom context provider and your assistant reads sprint data on demand.

5-min setup
REST API + /llms.txt
No card to start

Why Continue + SprintFlint

Built around how your AI actually works.

Other trackers

  • Continue context providers can't pull from sprint trackers
  • OAuth complexity slows the chat loop
  • No /llms.txt for assistant discovery
  • Pricing assumes a separate PM tool seat

SprintFlint

  • Public /llms.txt — agents discover the API instantly
  • Bearer-token auth, one header, no OAuth dance
  • REST endpoints designed for agent-first workflows
  • £5/user/mo, free tier covers your first 300 tickets
Step 1 — Token

Token + smoke test.

export SPRINTFLINT_TOKEN=sf_pk_your_token_here

curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
  https://sprintflint.com/api/v1/dashboard
Step 2 — config.json

Add a context provider.

Drop a custom context provider into your Continue config. The assistant can now reference @sprintflint in any chat.

// ~/.continue/config.json
"contextProviders": [
  {
    "name": "sprintflint",
    "params": {
      "url": "https://sprintflint.com/api/v1/dashboard",
      "headers": { "Authorization": "Bearer $SPRINTFLINT_TOKEN" }
    }
  }
]
Step 3 — Chat

Reference your sprint.

"@sprintflint what's the next ticket I should pick up?" Continue pulls live data and answers in your editor.

  • Agent reads sprint backlog
  • Auto-updates status when work begins
  • Posts progress comments as it goes
  • Pairs with Autoplay for full one-click PRs

Open-source AI, Open Sprint Data.

Continue is free.
SprintFlint's first 300 tickets are too.