New: TestSprite CLI is Now Live!

Your Coding Agent Isn't Responding. Here's Why.

An integration that looks installed isn't the same as one that's actually working. testsprite agent status checks every coding-agent integration in your project and tells you exactly which one is broken.

Checks Every Coding Agent You've Installed

Claude CodeCursorClineWindsurfAntigravityCodexCopilotKiro
An integration that's installed but misconfigured fails silently — no error, no response, just nothing. agent status turns that silence into a specific, fixable answer.

See What's Installed

testsprite agent status reports every coding-agent integration detected in the current project — Claude Code, Cursor, Cline, Windsurf, Antigravity, Codex, Copilot, and Kiro — so you're not guessing which ones actually got set up.

Catch What's Unhealthy

An integration can be installed and still be broken. agent status checks whether each one is correctly configured, not just whether the files are there.

Skip the Guesswork

When TestSprite goes quiet in your editor, agent status is the first thing to run — it turns "it's not working" into a specific answer about which integration and what's wrong.

Pairs With Install and List

Use agent list to see what's available, agent install <name> to add an integration, and agent status to confirm it actually took.

$ testsprite agent status
  claude        installed   healthy
  cursor        installed   healthy
  cline         not installed
  windsurf      installed   unhealthy — missing TESTSPRITE_API_KEY
  antigravity   not installed
  codex         installed   healthy
  copilot       not installed
  kiro          not installed

  → windsurf integration needs re-auth: run testsprite setup --agent windsurf

When TestSprite Goes Quiet, Check the Integration First

If TestSprite isn't responding in your editor, the fastest way to find out why isn't to reinstall everything — it's to ask the CLI which integration is actually broken.

Built for Teams Running Multiple Coding Agents

Works Across Editors

Checks integrations for Claude Code, Cursor, Cline, Windsurf, Antigravity, Codex, Copilot, and Kiro from a single command — no need to open each editor to check.

One Command, Full Picture

agent status gives you every integration's install and health state at once, instead of debugging one editor at a time.

Free Community Version

Offers a free community version, making us accessible to everyone.

Pairs With Setup

Fix what's unhealthy with testsprite setup --from-env --yes --agent <name> without going through the interactive flow again.

Trusted By Businesses Worldwide

"TestSprite offers rich test case generation, clear structure, and easy-to-read code. It also supports simple online debugging with the ability to quickly expand by generating new test cases."

"TestSprite's automation helps us reduce tons of manual work. The developers can easily catch and resolve bugs earlier in the development process."

FAQ

What does testsprite agent status actually check?

For each supported coding agent — Claude Code, Cursor, Cline, Windsurf, Antigravity, Codex, Copilot, and Kiro — it reports whether an integration is installed in the current project and whether it's correctly configured.

TestSprite isn't responding in my editor — where do I start?

Run testsprite agent status first. It tells you whether the integration for your editor is even installed, and if it is, whether it's actually healthy.

How is this different from testsprite agent list?

agent list shows which agent integrations are available and installed. agent status goes further and validates whether each installed integration is healthy.

What do I do if an agent shows as installed but unhealthy?

Re-run setup for that specific integration — testsprite setup --agent <name> interactively, or testsprite setup --from-env --yes --agent <name> for a non-interactive fix.

Does this cover every coding agent TestSprite supports?

Yes — agent status reports on claude, cursor, cline, windsurf, antigravity, codex, copilot, and kiro integrations.

Know What's Broken Before You Reinstall Everything.