ClawLink
AI & ML30 toolsPaste one API key

AI/ML API integration for AI agents

AI/ML API provides a suite of AI models and solutions for various tasks, including text generation, image processing, and more.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect AI/ML API once and call the same tools from all of them.

Setup

Connect AI/ML API 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

AI/ML API exposes 30 tools through ClawLink. The 27 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
ai_ml_api_get_assistantRetrieve details of a specific assistant by IDRead
ai_ml_api_get_billing_balanceRetrieve the current billing balance for the accountRead
ai_ml_api_get_luma_generationFetch Luma AI video generation results by generation IDsRead
ai_ml_api_get_messageRetrieve information about a specific message by its IDRead
ai_ml_api_get_responseRetrieve a previously generated model response by its unique IDRead
ai_ml_api_get_runRetrieve a specific run by ID from a threadRead
ai_ml_api_get_run_stepRetrieve a specific run step by its ID within a thread and runRead
ai_ml_api_get_threadRetrieve information about a specific thread by IDRead
ai_ml_api_list_assistantsList all assistants associated with the accountRead
ai_ml_api_list_batchesGet the status or results of a batch processing jobRead
ai_ml_api_list_luma_generationsFetch user's Luma AI video generationsRead
ai_ml_api_list_messagesRetrieve a list of messages from a specific threadRead
ai_ml_api_list_modelsList all available AI models from the AI/ML APIRead
ai_ml_api_list_models_with_detailsList all available AI/ML models with detailed information including pricing, features, andRead
ai_ml_api_list_run_stepsList the steps in a runRead
ai_ml_api_list_runsList all runs for a specific threadRead
ai_ml_api_text_chat_completionGenerate text completions or chat responses using a specified LLM modelRead
ai_ml_api_create_assistantCreate an AI assistant with configurable model, instructions, and toolsWrite
ai_ml_api_create_messageCreate a new message in a threadWrite
ai_ml_api_create_runCreate a run that executes an assistant on a threadWrite
ai_ml_api_create_threadCreate a new thread for conversation with an assistantWrite
ai_ml_api_submit_tool_outputsSubmit tool outputs for a run that requires actionRead
ai_ml_api_update_assistantModify an existing assistant's properties including name, instructions, model, and toolsWrite
ai_ml_api_update_messageModify metadata for a specific message in a threadWrite
ai_ml_api_update_runUpdate a run's metadata with key-value pairsWrite
ai_ml_api_update_threadUpdate thread metadata and tool resources in the AI/ML APIWrite
ai_ml_api_cancel_runCancel a run that is currently in progressWrite