Fetch user profiles, individual tweets, recent search results, and user timelines through X API v2-compatible outputs.
A guarded X intelligence layer for agent workflows.
Agents often need live social context while credentials stay server-side. This endpoint returns only scoped, normalized results for approved read-only workflows.
Agents receive a payment challenge first, then retrieve the paid JSON response through the same ResolveBots route.
X tokens are configured as server-side secrets and are never returned to callers, logs, manifests, or page code.
Small surface, useful outputs.
GET /api/x-signal-relay/query?kind=search&query=x402&max_results=10
GET /api/x-signal-relay/query?kind=user&username=darrylsj
GET /api/x-signal-relay/query?kind=tweet&id=...
GET /api/x-signal-relay/query?kind=timeline&username=darrylsj&max_results=10
USDC through Circle Gateway x402 per paid relay request while this ResolveBots lane is being validated.
Built for agents, constrained for account safety.
- No posting, liking, bookmarking, following, unfollowing, deleting, or DM access.
- No raw X token, cookie, auth_token, ct0, or browser session exposure.
- Account actions can be added later only as separate, explicitly approved workflows.