Skip to main content
See what your agents are doing by routing their traffic through Oso at agents.osohq.cloud. You will:
  1. Get your Environment ID.
  2. Configure your agent to route through Oso.
  3. See agent activity in your Oso for Agents dashboard.

Step 1: Get your Environment ID

  1. Go to ui.osohq.com and log in.
If you are a new user, create an Oso for Agents tenant when prompted.
  1. Hover over your organization name in the bottom-left corner and click Organization settings.
Organization settings in the Oso UI
  1. In the settings panel, click the Environments tab.
The settings panel
  1. Copy the Environment ID for your environment.
The Environments page showing the Environment ID

Step 2: Configure your coding agent

Choose your coding agent below and follow the configuration steps.
Add the following to ~/.claude/settings.json:
{
  "env": {
    "ANTHROPIC_BASE_URL": "https://agents.osohq.cloud",
    "ANTHROPIC_CUSTOM_HEADERS": "OSO_ENVIRONMENT: <your-environment-id>"
  }
}
Replace <your-environment-id> with the Environment ID from Step 1.

Step 3: Send prompts and see them in the dashboard

Use your coding agent as normal. Prompts will be routed through Oso and appear in your Oso for Agents dashboard.

Next steps

  • Concepts: Understand agents, tools, actions, and automated least privilege.
  • Using the UI: Explore what you can do in the Oso for Agents dashboard.
  • Use Cases: See how teams use Oso for coding agents and in-app agents.