Daily API surface sync (20260802) - #67
Open
mavxdegods wants to merge 1 commit into
Open
mavxdegods wants to merge 1 commit into
mavxdegods wants to merge 1 commit into
Conversation
Additive sync of api-docs surfaces for public endpoints that the hosted
MCP server already exposes as tools but that the developer surfaces were
missing:
OpenAPI (public/openapi.yaml + synced .well-known copy):
- GET /credit_balance, /credit_transactions, /credit_plans (tag: Credits)
- GET /user_voice_resources (tag: Agent Voice)
- GET /vidsheet/{id}/operations, .../operations/last,
POST /vidsheet/{id}/operations/undo, .../operations/redo (tag: Operations)
- New schemas: CreditBalance, CreditTransaction(List), CreditPlan,
ChangeSet, ChangeSetList, ChangeSetEnvelope, ChangeSetResult
- New tags: Credits, Operations
Docs pages:
- step-5-export/credits.mdx: "Check your balance and usage" section
- reference/agent-voice.mdx: "List the agent's own voices" (user_voice_resources)
- reference/sheets.mdx: "Undo / redo history" section
- reference/endpoints-index.mdx: Credits section + operations + voice rows
llms.txt + llms-full.txt: matching endpoint entries across Step 1/4/5.
The /schedule/* and /platform/* social/publishing paths are deliberately
NOT added: the MCP reaches them via a separate integration client, not
api.gen.pro, so they do not belong in the api.gen.pro OpenAPI.
Build verified: npm run build (65 pages, complete). Leak-scanned clean.
Co-Authored-By: Claude <noreply@anthropic.com>
This branch has not been deployed
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.
Automated surface sync. blocked-leak: 6 finding(s) — needs human review
Gates: build/test green. Leak-scan: see run log.
🤖 Generated with Claude Code