Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lava.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

Managed desktop automation platform for creating and running workflow configurations that control browser and desktop applications. Best for RPA-style workflows needing GUI automation — filling forms, navigating web apps, and running multi-step desktop processes. Unlike code-execution sandboxes (RunTM, Indexable), Minicor automates existing desktop and browser interfaces. 2 endpoints available through Lava’s AI Gateway. See the Minicor API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.

Endpoints

Execute a workflow by configuration ID

POST https://api.laminar.run/workflow/execute/external/cfg_abc123 — Free / request
const data = await lava.gateway('https://api.laminar.run/workflow/execute/external/cfg_abc123', { body: {"name":"Support runbook","steps":[]} });

Create an external configuration

POST https://api.laminar.run/configurations/external — Free / request
const data = await lava.gateway('https://api.laminar.run/configurations/external', { body: {"name":"Support runbook","steps":[]} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests