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 Agents API

The Agents API from H Company — 2 operation(s) for agents.

H Company Agents 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 Agents. 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 15 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 15 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 Agents 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.

Agents 6
POST
/api/v2/agents
Create Agent
create_agent_api_v2_agents_post body → 201422
GET
/api/v2/agents
List Agents
list_agents_api_v2_agents_get 5 params → 200422
GET
/api/v2/agents/{agent_name}
Get Agent
get_agent_api_v2_agents__agent_name__get 2 params → 200422
PUT
/api/v2/agents/{agent_name}
Update Agent
update_agent_api_v2_agents__agent_name__put 1 param body → 200422
PATCH
/api/v2/agents/{agent_name}
Patch Agent
patch_agent_api_v2_agents__agent_name__patch 1 param body → 200422
DELETE
/api/v2/agents/{agent_name}
Delete Agent
delete_agent_api_v2_agents__agent_name__delete 1 param → 204422

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are Browser (12 properties), Agent (9 properties), PatchAgent (8 properties), ValidationError (5 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
PatchAgent
object
Partial agent update.
8 properties
BrowserNetwork
object
Network egress settings for a remote browser session.
2 properties
Environment
Page_Agent_
object
3 properties 3 required
ValidationError
object
5 properties 3 required
Skill
object
A named, reusable instruction an agent can draw on during a session.
5 properties 3 required
ToolDefinition
object
Contract for a tool executed by the API client, not by the agent runtime. The agent emits a tool call matching inputschema, pauses, and resumes once the client…
3 properties 2 required
BrowserVisualMode
object
Act on screenshots by viewport coordinates.
4 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
Agent
object
Declarative agent definition.
9 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-agents-api-openapi.yml Raw ↑

Other APIs H Company publishes across the network.

H Company Holo Models API
H Company Browser Profiles API
H Company Environments 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