← Tools Reference

Skyfire

Skyfire integration (Finance, AI). Imported from open-connector.

API key4 toolshttps://api.skyfire.xyz
GET
skyfire_get_all_services
List all approved and active services from the Skyfire marketplace directory.

/api/v1/directory/services

GET
skyfire_get_service
Get one Skyfire marketplace service by its service ID.

/api/v1/directory/services/{serviceId}

1 parameter
ParamTypeRequiredDescription
serviceIdstringrequiredThe Skyfire service ID to fetch.
GET
skyfire_get_services_by_agent
List all approved and active Skyfire marketplace services owned by one seller agent.

/api/v1/directory/agents/{agentId}/services

1 parameter
ParamTypeRequiredDescription
agentIdstringrequiredThe seller agent ID whose services should be listed.
POST
skyfire_create_token
Create a buyer token in Skyfire for one seller service or seller domain, including funded pay and identity-carrying KYA variants.

/api/v1/tokens

7 parameters
ParamTypeRequiredDescription
typestringrequiredThe Skyfire token type to create.
buyerTagstringoptionalThe buyer's internal identifier for the transaction or token.
tokenAmountstringoptionalThe token amount to fund on a pay or kya-pay token.
sellerServiceIdstringoptionalThe seller service ID to authorize against.
sellerDomainOrUrlstringoptionalThe seller domain or full URL when creating a domain-scoped token.
expiresAtintegeroptionalThe Unix timestamp in seconds when the token should expire.
identityPermissionsarrayoptionalThe additional identity fields to include when creating a KYA or KYA-pay token.