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

The Schedules API from H Company — 6 operation(s) for schedules.

H Company Schedules 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 Schedules. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 9 operations across 6 paths, and defines 23 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.

9 operations 6 paths 23 schemas 1 DELETE3 GET1 PATCH4 POST

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 Schedules API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 3 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Schedules 9
POST
/api/v2/schedules
Create Schedule
create_schedule_api_v2_schedules_post body → 201422
GET
/api/v2/schedules
List Schedules
list_schedules_api_v2_schedules_get 3 params → 200422
GET
/api/v2/schedules/{schedule_id}
Get Schedule
get_schedule_api_v2_schedules__schedule_id__get 1 param → 200422
PATCH
/api/v2/schedules/{schedule_id}
Update Schedule
update_schedule_api_v2_schedules__schedule_id__patch 1 param body → 200422
DELETE
/api/v2/schedules/{schedule_id}
Delete Schedule
delete_schedule_api_v2_schedules__schedule_id__delete 1 param → 204422
POST
/api/v2/schedules/{schedule_id}/pause
Pause Schedule
pause_schedule_api_v2_schedules__schedule_id__pause_post 1 param body → 200422
POST
/api/v2/schedules/{schedule_id}/resume
Resume Schedule
resume_schedule_api_v2_schedules__schedule_id__resume_post 1 param → 200422
POST
/api/v2/schedules/{schedule_id}/trigger
Trigger Schedule
trigger_schedule_api_v2_schedules__schedule_id__trigger_post 1 param → 200422
GET
/api/v2/schedules/{schedule_id}/runs
List Schedule Runs
list_schedule_runs_api_v2_schedules__schedule_id__runs_get 4 params → 200422

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are Browser (12 properties), SessionRequest (11 properties), ScheduleRecord (11 properties), Agent (9 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
CronTiming
object
Cron cadence evaluated in an IANA timezone.
3 properties 2 required
ValidationError
object
5 properties 3 required
ProxyPool
string
The kind of upstream IPs a managed proxy draws from.
HTTPValidationError
object
1 property
SessionRequest
object
POST /api/v2/sessions body.
11 properties 1 required
UpdateSchedule
object
Partial update; omit a field to leave it unchanged.
4 properties
Page_ScheduleRunRecord_
object
3 properties 3 required
Environment
BrowserVisualMode
object
Act on screenshots by viewport coordinates.
4 properties
ScheduleRunRecord
object
Outcome of one schedule fire.
8 properties 8 required
Agent
object
Declarative agent definition.
9 properties 3 required
BrowserNetwork
object
Network egress settings for a remote browser session.
2 properties
Skill
object
A named, reusable instruction an agent can draw on during a session.
5 properties 3 required
CreateSchedule
object
Register a schedule that creates a session on each fire.
4 properties 3 required
BrowserTextMode
object
Read-only markdown with URL navigation, no screenshots.
2 properties
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
Page_ScheduleRecord_
object
3 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
UserMessageEvent
object
The user is sending a message to an active agent.
4 properties 1 required
ScheduleRecord
object
Schedule as returned by reads.
11 properties 11 required
PauseSchedule
object
Pause a schedule with an optional note explaining why.
1 property
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-schedules-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 Sessions API
H Company Skills API
H Company Vaults API
H Company Webhooks API