getting_started
The 5-step agent quickstart: modes, wait guidance, links. Free, no auth.
Written to be parsed and acted on. Returns {what_this_is, five_steps, modes
(cost + live latency + when to use), wait_guidance (expected_wait, estimates,
progressToken, jobs), links}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | No | Docs and endpoint links. | |
| modes | No | One entry PER MODE (a list, not a map): {mode, base, per_hook, formula, p50_ms, p90_ms, latency_source, when_to_use}. | |
| evaluate | No | How to judge output quality, including the public bake-off. | |
| payments | No | Whether a top-up is needed and the exact available path. Private-beta customer pricing requires neither checkout nor top-up. | |
| webhooks | No | How to receive job and low-balance events. | |
| five_steps | No | The 5 ordered steps from nothing to hooks. | |
| memory_card | No | A compact block worth persisting into your own memory. | |
| what_this_is | No | One-paragraph description of the service. | |
| wait_guidance | No | How to avoid blocking blind: expected_wait, progressToken, jobs. | |
| fleet_accounting | No | How tags and per-key caps attribute spend across a fleet. | |
| response_shaping | No | How verbosity changes what you get back. | |
| data_and_deletion | No | Retention and what delete_account keeps. |