Built for autonomous CLI agents

Sprint Tickets,
In Cline.

Cline runs autonomous coding tasks in VS Code with your approval. Add SprintFlint and Cline knows which ticket to pick before it starts.

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

Why Cline + SprintFlint

Built around how your AI actually works.

Other trackers

  • Cline can't see your sprint without manual context
  • No bearer-token-only sprint API
  • OAuth flows interrupt autonomous loops
  • Per-seat pricing penalises the agent

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 in your VS Code env.

export SPRINTFLINT_TOKEN=sf_pk_your_token_here

# smoke test
curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
  https://sprintflint.com/api/v1/dashboard
Step 2 — .clinerules

Drop a Cline custom rule.

Tell Cline when to pull SprintFlint context. The agent fetches your sprint before any multi-file task.

# .clinerules
Before starting any feature work, GET
https://sprintflint.com/api/v1/dashboard with the bearer token
in $SPRINTFLINT_TOKEN to load the active sprint and assigned
tickets.

After committing the change, POST a comment to
/api/v1/comments with the PR link and a one-line summary.
Step 3 — Run

Run, approve, ship.

"Cline, ship the next SprintFlint ticket." Cline fetches, plans, edits, runs tests, and asks for your sign-off — sprint board updated.

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

Autonomous, but Aligned.

Cline ships only the work that's in your sprint.
300 free tickets to try it.