AI & ML12 toolsPaste one API key
Fal.ai integration for AI agents
The generative media platform for developers with 600+ AI models for image, video, voice, and audio generation.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Fal.ai once and call the same tools from all of them.
Setup
Connect Fal.ai 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
Fal.ai exposes 12 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
fal_ai_estimate_pricing | Estimate pricing for fal.ai model endpoints | Read |
fal_ai_get_jwks | Retrieve public keys for webhook signature verification | Read |
fal_ai_get_models | Discover and search fal.ai model endpoints | Read |
fal_ai_get_pricing | Retrieve unit pricing for model endpoints | Read |
fal_ai_get_queue_request_result | Retrieve the final result of a completed queue request | Read |
fal_ai_queue_get_status | Check the status of a queued request in fal.ai | Read |
fal_ai_queue_get_status_stream | Stream request status updates via SSE | Read |
fal_ai_run_model_sync | Invoke a fal.ai model synchronously via fal.run, generating new content (images, audio, video | Read |
fal_ai_submit_async_job | Submit an asynchronous inference job to fal.ai's queue (queue.fal.run) | Read |
fal_ai_subscribe_async_job | Submit a fal.ai inference job to the async queue and block until it completes (or a deadline is | Read |
fal_ai_upload_file | Upload an input media file (image, audio, or video) to fal.ai's CDN and return a public | Write |
fal_ai_cancel_queue_request | Cancel a queued or in-progress request in fal.ai's queue system | Write |