03IMPROVE

Solicit feedback

When an agent hits something confusing in your API, it usually just gives up. Restless adds a send_feedback tool to your MCP server, so the agent can tell you what tripped it up the moment it happens.

$ npx restless init
  • Agents are told to report trouble on their own: a wrong description, a capability they can’t find, docs that don’t match the behavior.

  • Every note says who sent it, like Claude Code or Cursor, and links back to the conversation it came from.

  • Sending feedback never calls your API or changes data. It just files a note.

  • Everything lands in one inbox to triage. Keep it or archive it.

FULL STACK

Problemscome to you

Agents flag what’s missing while they’re still building, so you hear about it in time to fix it.

A tool agents use to flag issues

Restless adds a send_feedback tool to your MCP server. When something is missing or unclear, the agent reports it in the moment, and every note is tagged with who sent it.

Asks for email to follow up

When the agent has a contact email, the tool collects it, so you can reach whoever hit the problem.

founder@acme.dev

One click into Linear

Turn any note into a Linear issue without leaving Restless, so the fix goes straight to your backlog.

Add to Linear

Related features

MCP Server

Where the feedback tool lives, alongside the tools agents use to call your API.

Learn more

Self-updating docs

Turns resolved support answers into documented context on their own.

Learn more

AI Traffic

See what agents are looking for across your API and docs.

Learn more

GET STARTED

Setup is a breeze

Restless is tightly integrated with your API, so we install a small SDK. Don't worry, we walk you through every step of the way.

Nothing is uploaded without your permission.

$ npx restless init

A terminal animation shows the Restless API setup from introduction through account login.