Coding Assistants

Aramm setup notes for coding assistants that run in the terminal or editor.

Coding assistants are the lowest-effort MVP integration when they already accept an Anthropic-style base URL and API key. For Aramm, the usual change is just the gateway endpoint plus a provider/model id.

Keep it simple

  • Use this path for terminal assistants and editor copilots.
  • Prefer environment variables over custom wrappers when the tool supports them.
  • Add a dedicated page only if the tool needs a plugin, adapter, or auth bridge.

On this page