AI & ML11 toolsPaste one API key
VLM Run integration for AI agents
VLM Run provides multimodal agents, structured extraction, predictions, files, skills, feedback, and evaluation APIs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect VLM Run once and call the same tools from all of them.
Setup
Connect VLM Run 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
VLM Run exposes 11 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
vlm_run_discover_extraction_schemas | List supported structured-extraction domains, or return the full JSON schema for one domain | Read |
vlm_run_find_files | List uploaded files or find one by file ID or MD5 hash | Read |
vlm_run_find_skills | List VLM Run skills or find one exact skill by ID, name, and optional version | Read |
vlm_run_get_run | Get the current status and result of one structured-extraction prediction or agent execution | Read |
vlm_run_list_agents | Return agents available to the connected account for selection before execution | Read |
vlm_run_list_artifacts | List artifact metadata belonging to exactly one chat session or agent execution | Read |
vlm_run_list_runs | List structured-extraction predictions or agent executions for the connected account | Read |
vlm_run_create_skill | Create a reusable skill from exactly one uploaded zip, prompt, or chat session | Write |
vlm_run_execute_agent | Start a VLM Run agent execution from an existing agent name or inline configuration over | Read |
vlm_run_extract_structured_json | Start structured JSON extraction from images, a document, a video, or audio using a domain | Read |
vlm_run_upload_file | Upload a local file to VLM Run for extraction, agent input, or skill creation | Write |