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). REQUIRES SELLER API KEY: This action requires your seller agent API key, not the buyer's key. The buyer creates and sends you a pay/kya+pay token JWT, you provide the service, then call this endpoint to collect payment. Flow: Buyer creates token → Buyer calls your service with token → You validate token → You provide service → You call this to charge. Common errors: - 401: Invalid/expired token OR wrong API key (must use seller key) - 402: Charge amount exceeds token value
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.