For notebook mode (API or MCP), drafts are enough - your agent uses a Bearer key.
For reference mode (no key - agent fetches a URL), publish the guide and enable AI-readable:
- Studio → open the guide → Publish (or /publish/{slug}).
- Set status to Completed (or your ready state).
- Enable Public if the benchmark should use an unauthenticated URL.
- Enable AI-readable so /g/{slug}/gdf is intended for agents.
Benchmark tip: Run one corpus both ways on the same host:
- Structured arm: GET /g/{slug}/gdf or ?format=jsonl
- Baseline arm: GET /g/{slug}/gdf?format=plaintext
Same content, different packaging - that isolates whether structure helps retrieval.