AI & ML16 toolsPaste one API key
Skyfire integration for AI agents
Skyfire enables AI agents to autonomously transact and pay for services, creating a seamless payment infrastructure for AI applications.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Skyfire once and call the same tools from all of them.
Setup
Connect Skyfire through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Skyfire exposes 16 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
skyfire_get_all_service_tags | Fetch all service tags to discover filtering options | Read |
skyfire_get_buyer_wallet_balance | Retrieve buyer wallet balance | Read |
skyfire_get_directory_service_by_id | Get full details for a specific service in the Skyfire directory by its ID | Read |
skyfire_get_service | Get full details for one service | Read |
skyfire_get_services_by_agent | Browse all services from one seller agent | Read |
skyfire_get_services_by_tags | Filter services by tags to find exactly what you need | Read |
skyfire_get_token_charges | Audit charges for a specific token | Read |
skyfire_introspect_token | Check if a token is still valid before calling a seller service | Read |
skyfire_list_agent_seller_services | List all services registered by the authenticated seller agent | Read |
skyfire_list_buyer_tokens | Inspect buyer tokens for observability | Read |
skyfire_list_directory_services | Browse Skyfire's service directory to obtain `sellerServiceId` for token creation | Read |
skyfire_charge_token | Charge a buyer's token (seller-side operation) | Read |
skyfire_create_kya_pay_token | Issue a Skyfire KYA+PAY token (POST /api/v1/tokens with type=kya+pay) | Write |
skyfire_create_kya_token | Issue a Skyfire KYA token (POST /api/v1/tokens with type=kya) | Write |
skyfire_create_pay_token | Issue a Skyfire PAY token (POST /api/v1/tokens with type=pay) | Write |
skyfire_set_agent_source_ips | Register IP addresses as sources for Agent requests (PUT /api/v1/agents/source-ips) | Write |