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

The Skills API from H Company — 2 operation(s) for skills.

H Company Skills 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 Skills. 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 5 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 5 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 Skills 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.

Skills 6
POST
/api/v2/skills
Create Skill
create_skill_api_v2_skills_post body → 201422
GET
/api/v2/skills
List Skills
list_skills_api_v2_skills_get 5 params → 200422
GET
/api/v2/skills/{name}
Get Skill
get_skill_api_v2_skills__name__get 1 param → 200422
PUT
/api/v2/skills/{name}
Update Skill
update_skill_api_v2_skills__name__put 1 param body → 200422
PATCH
/api/v2/skills/{name}
Patch Skill
patch_skill_api_v2_skills__name__patch 1 param body → 200422
DELETE
/api/v2/skills/{name}
Delete Skill
delete_skill_api_v2_skills__name__delete 1 param → 204422

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Skill (5 properties), ValidationError (5 properties), PatchSkill (4 properties), Page_Skill_ (3 properties). Each schema is shown below with its type and property counts.

Page_Skill_
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
PatchSkill
object
Partial skill update.
4 properties
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

h-company-skills-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 Vaults API
H Company Webhooks API