AI & ML13 toolsPaste one API key
Openrouter integration for AI agents
OpenRouter is a platform that provides a unified API for accessing various large language models (LLMs) from different providers, allowing developers to integrate multiple AI models seamlessly.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Openrouter once and call the same tools from all of them.
Setup
Connect Openrouter 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
Openrouter exposes 13 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
openrouter_create_chat_completion | Generate a chat-style completion | Write |
openrouter_create_message | Create a message using Anthropic Messages API format via OpenRouter | Write |
openrouter_get_credits | Get the current API credit balance for the authenticated user | Read |
openrouter_get_current_key | Get information about the currently authenticated API key | Read |
openrouter_get_generation | Retrieve a generation result by its unique ID | Read |
openrouter_get_models_count | Get the total count of available models on OpenRouter | Read |
openrouter_list_available_models | List available models via OpenRouter API | Read |
openrouter_list_embedding_models | List all available embeddings models via OpenRouter API | Read |
openrouter_list_model_endpoints | List endpoints for a specific model | Read |
openrouter_list_providers | List all AI model providers available through the OpenRouter API | Read |
openrouter_list_user_models | List models filtered by user provider preferences, privacy settings, and guardrails | Read |
openrouter_list_zdr_endpoints | Preview the impact of Zero Data Retention (ZDR) on the available endpoints | Read |
openrouter_create_coinbase_charge | Create a Coinbase charge for crypto payment to add credits to your OpenRouter account | Write |