Skyfire integration (Finance, AI). Imported from open-connector.
https://api.skyfire.xyz/api/v1/directory/services
/api/v1/directory/services/{serviceId}
| Param | Type | Required | Description |
|---|---|---|---|
| serviceId | string | required | The Skyfire service ID to fetch. |
/api/v1/directory/agents/{agentId}/services
| Param | Type | Required | Description |
|---|---|---|---|
| agentId | string | required | The seller agent ID whose services should be listed. |
/api/v1/tokens
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | required | The Skyfire token type to create. |
| buyerTag | string | optional | The buyer's internal identifier for the transaction or token. |
| tokenAmount | string | optional | The token amount to fund on a pay or kya-pay token. |
| sellerServiceId | string | optional | The seller service ID to authorize against. |
| sellerDomainOrUrl | string | optional | The seller domain or full URL when creating a domain-scoped token. |
| expiresAt | integer | optional | The Unix timestamp in seconds when the token should expire. |
| identityPermissions | array | optional | The additional identity fields to include when creating a KYA or KYA-pay token. |