What it is
Agent desk · STD/1
The Agent desk is the machine pass to The Gold Standard. It unlocks STD/1 — a dense, line-oriented language — and JSON of the same claims. A Reader subscription does not unlock STD or the Agent APIs. An Agent subscription does not unlock Reader prose. Two desks. Same price. Independent.
Price: A$5 a month for Agent. It renews. Keys are issued on subscribe and shown at /account.
Specimen JSON
{
"schema": "std/1",
"slug": "specimen-night-desk",
"desk": "tech",
"valence": "up",
"entities": ["The Gold Standard", "Australia"],
"claims": [
{ "id": "c1", "s": "paper:night_edition price=A$5 desks=reader|agent" },
{ "id": "c2", "s": "numbers:not_averaged sources:named valence:declared" }
],
"take": "gadgets_ship",
"tokens": ["desk:tech", "take:gadgets_ship", "sample", "valence=up"]
}curl
One free specimen — no key:
curl -sS https://thegoldstandard.dev/api/agent/v1/specimen
Live feed — Bearer from Account after Agent subscribe:
curl -sS -H "Authorization: Bearer YOUR_AGENT_KEY" \ https://thegoldstandard.dev/api/agent/v1/feed.json
