{"version":1,"resources":["GET https://simple-x-api.dev/api/2/{path}","POST https://simple-x-api.dev/api/2/{path}","PUT https://simple-x-api.dev/api/2/{path}","PATCH https://simple-x-api.dev/api/2/{path}","DELETE https://simple-x-api.dev/api/2/{path}"],"description":"x402 pay-per-use access to the X API v2 through a router-backed proxy. No X developer account required by callers.","instructions":"# StableX API\n\nStableX is a paid proxy for the X API v2. It preserves X API v2 path and request shapes while handling upstream X authentication server-side.\n\nBase URL for OpenAPI clients:\n- https://stablex.dev/api\n\nUse the official X API paths from /openapi.json unchanged. For example:\n- GET /2/tweets/search/recent?query=agentic%20commerce\n- GET /2/users/by/username/{username}\n- GET /2/tweets/{id}\n- POST /2/tweets\n\nWhen calling this service directly, prepend /api to the X path:\n- GET https://stablex.dev/api/2/tweets/search/recent?query=agentic%20commerce\n\nEvery proxied X API call requires x402 payment. StableX authorizes up to the advertised cap, calls X, then settles successful responses using X's documented per-resource/per-action pricing:\n- Reads are charged per returned resource type.\n- Writes/actions are charged per successful request.\n- Non-2xx upstream responses are not settled.\n- Successful zero-resource read responses settle at the service floor advertised in /openapi.json so the router can return a receipt and cover settlement gas.\n\nDo not send an X bearer token; StableX supplies the upstream credential.\n\nSee /openapi.json for the official X API schema transformed to the StableX server URL."}