Agents

Paste the MCP URL into your client. Your agent registers itself, prepays, and drives workflows — including update_stream on a live session.

Agents must prepay. The $5 starter credit is for verified humans only — agents do not receive it.

https://staging.pymthouse.com/api/v1/mcpPrepay $10
# Agent self-registration (Ed25519) — requires PymtHouse #382
# 1. GET /api/v1/network/register/challenge
# 2. Sign challenge with your Ed25519 private key
# 3. POST /api/v1/network/register → one-time app_*_* key
# 4. Bearer that key against MCP:

curl -s https://staging.pymthouse.com/api/v1/mcp \
  -H "Authorization: Bearer app_<id>_<secret>" \
  -H "Content-Type: application/json"

# Tools: list_workflows · run_workflow · start_stream
#         update_stream · get_stream · stop_stream
# start_stream requires max_duration_s + max_spend_usd

Ship narrative: an agent watches a stream, describes what it sees (analyze), and restyles it via update_stream — no human in the loop. Manifest: comfypeer-mcp (coming with beat two).