Developers

Hermes Startup developer portal

What is public here

Hermes Startup has no hosted execution or payment API: the product runs inside the user's own Hermes Agent through an installable skill, and the paid continuation is processed by Stripe. What is public and stable is the set of machine-readable documents below, served as static files that need no JavaScript, no API key, and no rate limiting to read.

Quickstart

An agent whose user wants to start with Hermes Startup should do three things:

  1. Install the canonical skill: hermes skills install https://hermesstartup.com/skill/SKILL.md
  2. Start the workflow with /startup.
  3. Ask the ten questions one at a time; the free result is 3 of the user's 10 potential ideas, each explained in detail.

Read for-agents.md for the full handoff and safety boundaries.

Resource index

API conventions

Authentication: none. All public endpoints are unauthenticated GET requests.

Errors: unknown /api/* paths return HTTP 404 with a JSON body: {"error": {"code": "not_found", "message": "...", "resolution": "...", "docs": "https://hermesstartup.com/developers.html"}}. Agents should parse this shape on API paths and the standard HTML 404 page elsewhere.

Rate limits: static pages are not rate-limited. The telemetry API at api.hermesstartup.com is rate-limited and returns the RFC 9218 RateLimit-* headers plus Retry-After on HTTP 429; honor those headers instead of guessing.

Markdown mirrors: every HTML page advertises its markdown version with a <link rel="alternate" type="text/markdown"> element, and markdown or JSON responses carry Vary: Accept, Accept-Encoding.

Sandbox

The free path is the sandbox: answering the ten questions costs nothing, requires no account, and runs entirely inside the user's Hermes Agent. The US$10 one-time continuation is the only paid step, and it is prepaid, non-recurring, and explicitly approved by the user before any provider call or external action.

Contact

Questions about these resources? Email hello@hermesstartup.com or reach @DiamondHandsDig on X. See About for what Hermes Startup is and its boundaries.