Hermes Factory
⚡ Built-in — No Setup Required
This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.
Endpoints (2)
POST
request-build
Enqueue a Hermes factory build job (system-only).
| Field | Type | Required | Description |
|---|---|---|---|
instruction |
string | ✓ Yes | |
job_type |
string | No | |
source |
string | No | |
tier |
string | No | |
target |
string | No | |
notify_email |
No |
GET
job-status
Read a Hermes factory build job status (system-only, project-scoped).
| Field | Type | Required | Description |
|---|---|---|---|
job_id |
integer | ✓ Yes |
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| request-build | factory_request_build |
| job-status | factory_job_status |
Website