Quickstart structure
How a future guide could move from project setup to one verifiable request.
Local interface preview with sample data. The examples use a reserved address and are not a live service, SDK guide, or public contract.
Review the interface without issuing a credential.
Use non-routable examples that cannot be mistaken for access.
Publish real instructions only with a supported artifact.
# Non-executable interface sample
curl https://example.invalid/v1/responses \
-H "Authorization: Bearer SAMPLE_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"sample-research","input":"Hello"}'How a future guide could move from project setup to one verifiable request.
How fields, errors, and state could be explained without implying a live contract.
How changes, limits, and support windows would need to be tied to actual releases.
A real documentation release requires a supported service, exact request behavior, current limits, change policy, and a support path.