Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

H Company Environments API

The Environments API from H Company — 2 operation(s) for environments.

H Company Environments API is one of 10 APIs that H Company publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Environments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 6 operations across 2 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://agp.eu.hcompany.ai, https://agp.hcompany.ai.

6 operations 2 paths 13 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://agp.eu.hcompany.ai/api/v2
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

H Company Environments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Environments 6
POST
/api/v2/environments
Create Environment
create_environment_api_v2_environments_post body → 201422
GET
/api/v2/environments
List Environments
list_environments_api_v2_environments_get 6 params → 200422
GET
/api/v2/environments/{id}
Get Environment
get_environment_api_v2_environments__id__get 1 param → 200422
PUT
/api/v2/environments/{id}
Update Environment
update_environment_api_v2_environments__id__put 1 param body → 200422
PATCH
/api/v2/environments/{id}
Patch Environment
patch_environment_api_v2_environments__id__patch 1 param body → 200422
DELETE
/api/v2/environments/{id}
Delete Environment
delete_environment_api_v2_environments__id__delete 1 param → 204422

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are Browser (12 properties), PatchEnvironment (10 properties), ValidationError (5 properties), BrowserVisualMode (4 properties). Each schema is shown below with its type and property counts.

Desktop
object
A desktop the agent controls via mouse, keyboard, and screenshots.
4 properties 2 required
BrowserNetwork
object
Network egress settings for a remote browser session.
2 properties
EnvironmentKind
string
Environment family.
Environment
ValidationError
object
5 properties 3 required
BrowserVisualMode
object
Act on screenshots by viewport coordinates.
4 properties
PatchEnvironment
object
Partial environment update.
10 properties
ProxyPool
string
The kind of upstream IPs a managed proxy draws from.
BrowserTextMode
object
Read-only markdown with URL navigation, no screenshots.
2 properties
HTTPValidationError
object
1 property
EnvironmentPage
object
Named page subclass so OpenAPI emits a clean EnvironmentPage schema name.
3 properties 3 required
ManagedProxySelection
object
Request for an H-managed proxy, provisioned per session. Describes intent only — pool, country, stickiness — never credentials; H resolves and injects those wh…
3 properties
Browser
object
A web browser the agent navigates and acts on.
12 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

h-company-environments-api-openapi.yml Raw ↑

Other APIs H Company publishes across the network.

H Company Holo Models API
H Company Agents API
H Company Browser Profiles API
H Company quota API
H Company Schedules API
H Company Sessions API
H Company Skills API
H Company Vaults API
H Company Webhooks API