H Company Vaults 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 Vaults. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.
This API exposes
7 operations
across 4 paths,
and defines 9 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.
7 operations4 paths9 schemas1 DELETE3 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 Vaults API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (HTTPBearer).
Paths & Operations 7
Across 4 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are VaultConfigRead (6 properties), ValidationError (5 properties), VaultConfigList (4 properties), VaultCreateRequest (3 properties). Each schema is shown below with its type and property counts.
OnePasswordConfig
object
1Password vault provider config.
2 properties1 required
VaultCreateRequest
object
Request body for creating a vault config.
3 properties3 required
VaultConfigRead
object
Response model for a vault config. Never includes the stored token.
6 properties6 required
VaultUpdateRequest
object
Partial update; only provided fields are forwarded. Token rotation is separate.
2 properties
ValidationError
object
5 properties3 required
VaultHealth
object
Result of a provider health check. The API always returns 200; branch on ok.
2 properties1 required
VaultTokenRotateRequest
object
Request body for rotating a vault's stored provider token.
1 property1 required
VaultConfigList
object
Response model for listing vault configs.
4 properties4 required
HTTPValidationError
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.