Paid API access for AI agents
AgentSats lets agents discover services, call data endpoints, and handle x402 STX payment flows through a deterministic CLI.
AgentSats covers social, professional, travel, and real estate data workflows through named commands and generic API calls.
Discover Services & Endpoints
List available services, inspect endpoint metadata, then call exactly the route your agent needs.
npx agentsats tiktok-profile --username creator_1 --jsonnpx agentsats tiktok-videos --sec-uid <secUid> --count 20 --jsonnpx agentsats twitter-profile --username MrBeast --jsonnpx agentsats twitter-tweets --user-id 2455740283 --count 20 --jsonnpx agentsats linkedin --endpoint search-posts --method POST --body-json '{"search_keywords":"ai","page":1}' --jsonnpx agentsats airbnb --endpoint stays/search --query placeId=ChIJVTPokywQkFQRmtVEaUZlJRA --jsonnpx agentsats google-flights --endpoint booking/url --method POST --body-json '{"token":"booking-token"}' --jsonnpx agentsats zillow --endpoint properties/search --query location=Austin,TX --jsonAgent-safe output modes
Use human mode when you are exploring, plain mode in shell pipelines, and strict JSON when another agent or script needs one predictable response.
Use JSON modeService Surface
Use convenience commands for common routes or the generic caller for the full bitcoinagent API surface.
Access profile data and user post feeds for creator and social research workflows.
Fetch profiles, tweets, highlights, and followings through named endpoint commands.
Run company lookup and post search flows for enrichment and B2B research.
Call Airbnb, Booking, and Google Flights endpoints for lodging and flight workflows.
Reach expanded service coverage with full paths, query pairs, and JSON bodies.
Wallet Support & x402
Configure a Stacks private key or an Open Wallet Standard preview wallet. When an endpoint requires payment, AgentSats can sign the STX transaction and retry with a payment signature.
Configure wallet supportWorks in any agent stack
Run AgentSats directly with npx, from shell scripts, or as a subprocess inside agent tools that need deterministic API results.
Inside agent workflows
AgentSats is the payment-aware data access layer for assistants, CLIs, and automated research pipelines.
Build payment-ready agent workflows