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

The Vaults API from H Company — 4 operation(s) for vaults.

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 operations 4 paths 9 schemas 1 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.

Vaults 7
POST
/api/v2/vaults
Create Vault
create_vault_api_v2_vaults_post body → 201422
GET
/api/v2/vaults
List Vaults
list_vaults_api_v2_vaults_get 2 params → 200422
GET
/api/v2/vaults/{vault_id}
Get Vault
get_vault_api_v2_vaults__vault_id__get 1 param → 200422
PATCH
/api/v2/vaults/{vault_id}
Update Vault
update_vault_api_v2_vaults__vault_id__patch 1 param body → 200422
DELETE
/api/v2/vaults/{vault_id}
Delete Vault
delete_vault_api_v2_vaults__vault_id__delete 1 param → 204422
PUT
/api/v2/vaults/{vault_id}/token
Rotate Vault Token
rotate_vault_token_api_v2_vaults__vault_id__token_put 1 param body → 204422
GET
/api/v2/vaults/{vault_id}/health
Vault Health
vault_health_api_v2_vaults__vault_id__health_get 1 param → 200422

Schemas 9

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 properties 1 required
VaultCreateRequest
object
Request body for creating a vault config.
3 properties 3 required
VaultConfigRead
object
Response model for a vault config. Never includes the stored token.
6 properties 6 required
VaultUpdateRequest
object
Partial update; only provided fields are forwarded. Token rotation is separate.
2 properties
ValidationError
object
5 properties 3 required
VaultHealth
object
Result of a provider health check. The API always returns 200; branch on ok.
2 properties 1 required
VaultTokenRotateRequest
object
Request body for rotating a vault's stored provider token.
1 property 1 required
VaultConfigList
object
Response model for listing vault configs.
4 properties 4 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

h-company-vaults-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 Environments API
H Company quota API
H Company Schedules API
H Company Sessions API
H Company Skills API
H Company Webhooks API