Desktop & Agents

Low-effort Aramm setup notes for desktop clients and agent shells.

Most desktop and agent tools can use Aramm if they let you set a base URL and API key. Treat these as the same integration shape as the SDK pages: route the client to Aramm, choose a model id, and verify one request before adding extras.

Best fit

  • Desktop assistants with ANTHROPIC_BASE_URL or base_url
  • Agent shells that accept provider/model ids
  • Tools that only need one auth token and one endpoint

Reuse these pages

If a desktop tool needs a special adapter or runtime bridge, keep the MVP page short and link back to the closest SDK setup.

On this page