docs: fix accuracy gaps vs live system (storage broker, NATS, Team, /metrics) - #18
Merged
Merged
Conversation
…, /metrics) Deep gap analysis (2026-06-03), verified against live api.instanode.dev + the handlers on api origin/master: - P1 /storage/new: prod returns broker mode (NO access_key_id/secret_access_key; presign_url instead) for ALL new tenants on DO Spaces. llms.txt + services.md said S3 keys are returned — corrected the response shape, the mode table (broker is the DO-Spaces-today default; shared-master-key is legacy-only), and convention #2. - P1 NATS /queue/new: prod serves auth_mode=legacy_open (no per-tenant creds, no server-side cross-tenant enforcement). Docs presented isolated+server-denial as the default — added a prominent "current production reality" note. - P2 Team tier: was "coming soon" / "tier_unavailable" — Team is live, self-serve $199/mo (api no longer returns tier_unavailable); paid checkout is gated only by the cross-tier Razorpay rollout. - P2 free_tier_recycle_requires_claim 402 was undocumented in llms.txt — added. - P2 services.md "every response has internal_url" overgeneralized — carved out storage/webhook. - P3 /metrics is now token-gated (401), not public — noted. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mastermanas805
enabled auto-merge (squash)
June 2, 2026 19:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deep gap analysis 2026-06-03, verified vs live + api origin/master. Fixes agent-breaking + stale docs: /storage/new broker mode (no S3 keys), NATS legacy_open reality, Team live ($199, not coming-soon/tier_unavailable), free_tier_recycle 402, internal_url carve-out, /metrics token-gated. 🤖 Generated with Claude Code