AI & ML10 toolsPaste one API key
Eden AI integration for AI agents
Eden AI provides one API for accessing and orchestrating AI models across multiple providers for text, image, audio, document, and multimodal workloads.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Eden AI once and call the same tools from all of them.
Setup
Connect Eden 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
Eden AI exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
eden_ai_count_anthropic_tokens | Count input tokens for an Anthropic-format message request before generation, including system | Read |
eden_ai_create_anthropic_message | Generate a non-streaming Anthropic-compatible message with content blocks, stop reason, token | Write |
eden_ai_create_chat_completion | Generate a non-streaming OpenAI-compatible chat completion with a current Eden AI model and | Write |
eden_ai_create_embeddings | Create embeddings for one text or a batch of texts and return vectors with model, usage | Write |
eden_ai_discover_capabilities | Find current Eden AI models or inspect Universal AI feature schemas, providers, pricing, and | Read |
eden_ai_get_cost_overview | Return current account credits and, when a date range is supplied, aggregated consumption | Read |
eden_ai_get_response | Retrieve a previously stored Responses API object by ID, including its status, text output | Read |
eden_ai_moderate_text | Classify one text or a batch of texts for safety categories and return flags, category scores | Read |
eden_ai_run_universal_ai | Run one synchronous Eden AI Universal AI feature using a current model and feature-specific | Read |
eden_ai_create_response | Create or continue a synchronous OpenAI Responses-compatible text response, stored by default | Write |