Market scouting with agents

MSX is built for a handoff that feels natural in an agent chat. The user gives the agent one sentence, the agent reads the hosted skill file, and the API tells it what to do next.

The product surface is small because the agent is expected to carry the workflow. The website gives the agent the live instruction URL. The API handles auth, billing consent, quota, investigation jobs, and result retrieval.

The important constraint

Agents should not guess about account state or billing. They should call MSX, read the response, and relay the next step to the user. That keeps the user in control of checkout while still letting the agent continue work after payment succeeds.

The result is a market-scouting flow that can run inside Claude, Codex, Cursor, or any client that can fetch the skill file and call HTTP APIs.