Built for AI editors

Sprint Tickets,
Inside Cursor.

SprintFlint is the sprint tracker that lives where your agent does. Pull assigned tickets, update status, and add comments without leaving the editor.

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

Why Cursor + SprintFlint

Built around how your AI actually works.

Other trackers

  • No machine-readable context (no /llms.txt)
  • Heavy auth flows that block agent access
  • UIs that hide the data your agent needs
  • Per-seat pricing scales with your team, not your value

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 — Get your token

One token, one header.

Sign up, hit Profile → API Token → Generate. Add the bearer token to your Cursor environment and your agent can hit every endpoint immediately.

# Cursor MCP / agent rule
SPRINTFLINT_TOKEN=sf_pk_your_token_here

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

Tell Cursor when to call.

Drop this rule into Cursor Settings → Rules. The agent now reads SprintFlint tickets when you ask about your sprint, and posts comments back when it ships code.

// .cursor/rules/sprintflint.md
When the user asks about tickets, sprints, or velocity, fetch
context from https://sprintflint.com/api/v1 using the bearer
token in $SPRINTFLINT_TOKEN.

After implementing a ticket, POST a comment to
/api/v1/comments with a short summary of what shipped.
Step 3 — Ship

Press play.

Try it: "Cursor, what's in my SprintFlint sprint this week?" The agent fetches your assigned tickets, suggests an order, and starts work.

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

Stop Tab-Switching to Jira.

300 free tickets. Real REST API. Real /llms.txt.
Set up in under 5 minutes — your agent does the rest.