H Company

H Company (hcompany.ai) is a Paris-based AI lab, backed by Accel and Creandum, that builds the Holo family of vision-language models and a Computer-Use Agents platform for automating work on browsers and desktops. It ships two public APIs: the Computer-Use Agents API (agp, /api/v2) for launching, steering, scheduling, and observing autonomous agent sessions — with reusable agents, skills, environments, browser profiles, vaults, and signed webhooks — and the OpenAI-compatible Holo Models API (/v1) serving the Holo3 and Holo3.1 models. Typed Python and TypeScript SDKs (hai-agents), a hai CLI, an official MCP server, and idempotent, region-isolated (EU/US) REST round out an agent-native developer surface.

H Company publishes 1 API on the APIs.io network: Computer-Use Agents API. Tagged areas include Artificial Intelligence, Agents, Computer Use, Automation, and Machine Learning.

The H Company catalog on APIs.io includes 1 event-driven AsyncAPI specification.

H Company’s developer surface includes documentation, API reference, getting-started guide, engineering blog, support, pricing, signup flow, and 23 more developer resources.

48.5/100 developing Agent 80/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
2 APIs 1 MCP Servers 0 Features
Artificial IntelligenceAgentsComputer UseAutomationMachine LearningBrowser AutomationLLMsMCPDeveloper Tools

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 48.5/100 · developing
Contract Quality 9.4 / 25
Developer Ergonomics 16.1 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 80/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/h-company: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

H Company Computer-Use Agents API

Launch, steer, schedule, and observe autonomous computer-use agent sessions that drive browsers and desktops. Reusable agents, skills, environments, browser profiles, vaults, cr...

H Company Holo Models API

OpenAI-compatible inference API serving the Holo3 and Holo3.1 vision-language models for computer use — chat completions with structured outputs, reasoning, and image inputs, pl...

MCP Servers

h-company-mcp.yml

MCP SERVER

Event Specifications

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: h-company
name: H Company
description: 'H Company (hcompany.ai) is a Paris-based AI lab, backed by Accel and Creandum, that builds the Holo family of
  vision-language models and a Computer-Use Agents platform for automating work on browsers and desktops. It ships two public
  APIs: the Computer-Use Agents API (agp, /api/v2) for launching, steering, scheduling, and observing autonomous agent sessions
  — with reusable agents, skills, environments, browser profiles, vaults, and signed webhooks — and the OpenAI-compatible
  Holo Models API (/v1) serving the Holo3 and Holo3.1 models. Typed Python and TypeScript SDKs (hai-agents), a hai CLI, an
  official MCP server, and idempotent, region-isolated (EU/US) REST round out an agent-native developer surface.'
url: https://raw.githubusercontent.com/api-evangelist/h-company/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- accel
- creandum
x-tier: enriched
x-tier-reason: live-developer-platform
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Artificial Intelligence
- Agents
- Computer Use
- Automation
- Machine Learning
- Browser Automation
- LLMs
- MCP
- Developer Tools
apis:
- aid: h-company-computer-use-agents
  name: H Company Computer-Use Agents API
  humanURL: https://hub.hcompany.ai/computer-use-agents/introduction
  baseURL: https://agp.eu.hcompany.ai/api/v2
  tags:
  - Agents
  - Computer Use
  - Automation
  - Sessions
  - Webhooks
  description: Launch, steer, schedule, and observe autonomous computer-use agent sessions that drive browsers and desktops.
    Reusable agents, skills, environments, browser profiles, vaults, cron schedules, and signed webhooks. Bearer API-key auth,
    Idempotency-Key support, isolated EU and US regions, and an official MCP server.
  properties:
  - type: Documentation
    url: https://hub.hcompany.ai/computer-use-agents/introduction
  - type: APIReference
    url: https://agp.hcompany.ai/share/docs
  - type: OpenAPI
    url: openapi/h-company-computer-use-agents-openapi-original.json
  - type: Overlay
    url: overlays/h-company-computer-use-agents-overlay.yaml
  - type: GettingStarted
    url: https://hub.hcompany.ai/computer-use-agents/quickstart
- aid: h-company-holo-models
  name: H Company Holo Models API
  humanURL: https://hub.hcompany.ai/about-the-models-api
  baseURL: https://api.hcompany.ai/v1
  tags:
  - LLMs
  - Machine Learning
  - Vision-Language
  - Inference
  description: OpenAI-compatible inference API serving the Holo3 and Holo3.1 vision-language models for computer use — chat
    completions with structured outputs, reasoning, and image inputs, plus runtime model discovery. Point the official OpenAI
    client at https://api.hcompany.ai/v1/.
  properties:
  - type: Documentation
    url: https://hub.hcompany.ai/about-the-models-api
  - type: APIReference
    url: https://hub.hcompany.ai/api-reference
  - type: Pricing
    url: https://hcompany.ai/holo-models-api
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.hcompany.ai/
- type: DeveloperPortal
  url: https://hub.hcompany.ai/
- type: Documentation
  url: https://hub.hcompany.ai/
- type: APIReference
  url: https://agp.hcompany.ai/share/docs
- type: GettingStarted
  url: https://hub.hcompany.ai/computer-use-agents/quickstart
- type: Blog
  url: https://hcompany.ai/blog
- type: GitHubOrganization
  url: https://github.com/hcompai
- type: Support
  url: https://hcompany.ai/contact
- type: Pricing
  url: https://hcompany.ai/holo-models-api
- type: SignUp
  url: https://portal.hcompany.ai/
- type: TermsOfService
  url: https://hcompany.ai/terms-of-use
- type: PrivacyPolicy
  url: https://hcompany.ai/privacy-policy
- type: Authentication
  url: authentication/h-company-authentication.yml
- type: AgenticAccess
  url: agentic-access/h-company-agentic-access.yml
- type: DomainSecurity
  url: security/h-company-domain-security.yml
- type: Packages
  url: packages/h-company-packages.yml
- type: SDKs
  url: packages/h-company-packages.yml
- type: CLI
  url: cli/h-company-cli.yml
- type: MCPServer
  url: mcp/h-company-mcp.yml
- type: LLMsTxt
  url: llms/h-company-llms.txt
- type: Conventions
  url: conventions/h-company-conventions.yml
- type: Idempotency
  url: conventions/h-company-conventions.yml
- type: ErrorCatalog
  url: errors/h-company-problem-types.yml
- type: Lifecycle
  url: lifecycle/h-company-lifecycle.yml
- type: Deprecation
  url: https://hub.hcompany.ai/models
- type: ChangeLog
  url: changelog/h-company-changelog.yml
- type: Conformance
  url: conformance/h-company-conformance.yml
- type: DataModel
  url: data-model/h-company-data-model.yml
- type: Webhooks
  url: asyncapi/h-company-webhooks.yml
- type: AgentSkill
  url: skills/_index.yml
image: https://framerusercontent.com/assets/Xk8HZOz0eejLsPdcyokpuQJa3c.png
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence