Skyfire enables AI agents to autonomously transact and pay for services, creating a seamless payment infrastructure for AI applications.
Charge a buyer's token (seller-side operation). use when you've delivered a service and want to collect payment. the buyer created a token with max amount, you charge actual amount used.
Issue a skyfire kya+pay token (post /api/v1/tokens with type=kya+pay).
Issue a skyfire kya token (post /api/v1/tokens with type=kya).
Issue a skyfire pay token (post /api/v1/tokens with type=pay).
Fetch all service tags to discover filtering options. chain with listdirectoryservices using tags parameter to find specific types of services (e.g., 'ai', 'mcp', 'scraping').
Retrieve buyer wallet balance. chain before token creation to prevent declines.