Publish and AI-readable (optional for evals)

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:

  1. Studio → open the guide → Publish (or /publish/{slug}).
  2. Set status to Completed (or your ready state).
  3. Enable Public if the benchmark should use an unauthenticated URL.
  4. 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.