Back to Harness Catalog
Autonomous Dev Environment

OpenHands Integration Guide

Autonomous AI developer platform (formerly Devin OS) running in Docker containers.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on OpenHands v1.9.0+ (config.toml / Environment Variables).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Docker Run Environment

Pass LLM_BASE_URL and LLM_API_KEY when starting the OpenHands Docker container.

docker run -it -e LLM_BASE_URL=https://api.sacredgpt.ru/v1 -e LLM_API_KEY=sgpt_live_... ghcr.io/all-hands-ai/openhands:main

03 — Configuration Example

ConfigFile Example

[llm]
model = "openai/gpt-5.6-sol"
base_url = "https://api.sacredgpt.ru/v1"
api_key = "sgpt_live_9a8b7c6d5e4f3a2b1c0d"

04 — Troubleshooting

Troubleshooting & Common Issues

Container network timeout to API

Ensure Docker network bridge can reach api.sacredgpt.ru directly without local proxy constraints.