AI & ML6 toolsPaste one API key
Inworld AI integration for AI agents
Inworld AI provides native APIs for speech synthesis, speech recognition, voice management, model discovery, embeddings, knowledge, and router management.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Inworld AI once and call the same tools from all of them.
Setup
Connect Inworld 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
Inworld AI exposes 6 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
inworld_ai_get_voice_preview | Generate the provider-selected, unmetered MP3 preview for a voice and return it as a | Read |
inworld_ai_list_models | List Inworld-supported models and the pricing, modality, context, and output limits needed to | Read |
inworld_ai_list_voices | Return one page of voices available for preview or speech synthesis, with optional filtering | Read |
inworld_ai_create_embeddings | Generate one complete embedding vector per input text with an Inworld-hosted embedding model | Write |
inworld_ai_synthesize_speech | Synthesize short text with an Inworld voice and return the complete audio as a downloadable file | Read |
inworld_ai_transcribe_audio | Synchronously transcribe a short audio file and return the final transcript, timestamps, and | Read |