Skip to main content
Skyfire logo

Skyfire

Skyfire enables AI agents to autonomously transact and pay for services, creating a seamless payment infrastructure for AI applications.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Skyfire authenticates with an API key. Generate the credential in your Skyfire account, then paste it into FlyMyAI the first time an agent uses a Skyfire action.

Get your Skyfire credential →

Fields to fill in FlyMyAI

FieldDetails
Skyfire API KeyYour Skyfire API key for authenticating requests to the Skyfire platform. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
SKYFIRE_CHARGE_TOKENCharge 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.token, chargeAmount
SKYFIRE_CREATE_KYA_PAY_TOKENIssue a skyfire kya+pay token (post /api/v1/tokens with type=kya+pay).sellerServiceId, tokenAmount, expiresAt
SKYFIRE_CREATE_KYA_TOKENIssue a skyfire kya token (post /api/v1/tokens with type=kya).sellerServiceId, expiresAt
SKYFIRE_CREATE_PAY_TOKENIssue a skyfire pay token (post /api/v1/tokens with type=pay).sellerServiceId, tokenAmount, expiresAt
SKYFIRE_GET_ALL_SERVICE_TAGSFetch all service tags to discover filtering options. chain with listdirectoryservices using tags parameter to find specific types of services (e.g., 'ai', 'mcp', 'scraping').-
SKYFIRE_GET_BUYER_WALLET_BALANCERetrieve buyer wallet balance. chain before token creation to prevent declines.-
SKYFIRE_GET_SERVICEGet full details for one service. more detailed than listdirectoryservices - shows terms of service, api specs, and integration urls. use before creating expensive tokens.serviceId
SKYFIRE_GET_SERVICES_BY_AGENTBrowse all services from one seller agent. useful when you trust a seller and want to see their full catalog, or when tracking down who provides a specific type of service.agentId
SKYFIRE_GET_SERVICES_BY_TAGSFilter services by tags to find exactly what you need. more efficient than browsing all services when you know the category. chain: getallservicetags → getservicesbytags → createpaytoken.tags
SKYFIRE_GET_TOKEN_CHARGESAudit charges for a specific token. shows exactly what sellers charged against your token and when. use for reconciliation: "i authorized $5 max, what did they actually charge?"tokenId
SKYFIRE_INTROSPECT_TOKENCheck if a token is still valid before calling a seller service. prevents wasted api calls with expired tokens. use after creating tokens if there's a delay before calling the seller, or when debugging payment issues.token
SKYFIRE_LIST_BUYER_TOKENSInspect buyer tokens for observability. chain with transactions to audit usage.-
SKYFIRE_LIST_DIRECTORY_SERVICESBrowse skyfire's service directory to obtain 'sellerserviceid' for token creation. chain this with createpaytoken or createkyapaytoken.-
We love our partners - FlyMy.AI builds with the best. Thanks, Skyfire!