---
name: hyperscale
description: Author or operate a Hyperscale Product through HSX, UDL, the founder CLI, MCP, or a generated SDK. Use for company money design, Product creation, frozen-verb discovery, and Product API calls. Do not use for provider adapters or Hyperscale platform internals.
---

# Hyperscale

Treat the Product's pinned operation set as authority. Do not infer callable
verbs from a Blueprint, a catalog, or another Product.

## Choose the reference

- Read [references/hsx.md](references/hsx.md) when authoring or reviewing a
  company's money program.
- Read [references/udl.md](references/udl.md) when checking lowered nouns,
  admission gates, money instructions, or a live definition's evolution.
- Read [references/operate.md](references/operate.md) when creating a Product,
  discovering its frozen public verbs, connecting MCP, or using its SDK.

Keep these boundaries in every task:

- HSX authors choose parties, assets, settlement bricks, and decision ports.
  The compiler derives lifecycle and ledger work.
- UDL admits only declared business nouns over seven kernel instructions.
- MCP discovery follows the Product's frozen contract. A mutation whose
  contract requires idempotency gets an `idempotencyKey` control. The server
  generates a key when the caller omits it. Confirmation policy requires the
  exact tool name in `confirmation`.
- Reuse one idempotency key when retrying the same mutation.
- Keep sandbox and live credentials separate.

The public entry point for this skill is
`https://hyperscale0.ai/agents/SKILL.md`. Its references live below
`https://hyperscale0.ai/agents/references/`.
