docs: sync api reference 2026-08-31 - #110
Open
JamesLawton wants to merge 1 commit into
Open
Conversation
Sync OpenAPI spec to trails-api release, document ExecuteIntentEdge, and reflect the CommitIntent deprecation across endpoint docs. Source-of-truth commit: 0xsequence/trails-api@5c42fda7 - api-reference/trails-api.gen.yaml — regenerate from proto/docs/trails-api.gen.yaml and preserve the servers block Mintlify needs to render examples - api-reference/trails-api.gen.json, before-annotations-*.json — regenerate - api-reference/endpoints/execute-intent-edge.mdx — new page for the ExecuteIntentEdge RPC (arms Solana/Tron origin edge intents) - api-reference/endpoints/commit-intent.mdx — mark deprecated for new integrations; still behaviorally stable for legacy callers - api-reference/endpoints/execute-intent.mdx — note it now accepts QUOTED intents directly; intentId comes from QuoteIntent - api-reference/endpoints/quote-intent.mdx — direct callers should call ExecuteIntent (or ExecuteIntentEdge for edge origins) after quoting - api-reference/introduction.mdx — quickstart no longer walks through CommitIntent; timing table shows the new default flow - api-reference/trails-api-sdk.mdx — example calls executeIntent directly - docs.json — add execute-intent-edge to the Intents navigation group
This was referenced Aug 31, 2026
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.
What changed
api-reference/trails-api.gen.yaml— synced to0xsequence/trails-api@5c42fda7(release). The servers block (https://trails-api.sequence.app) is preserved.api-reference/trails-api.gen.jsonandbefore-annotations-trails-api.gen.json— regenerated to match.api-reference/endpoints/execute-intent-edge.mdx— new page for theExecuteIntentEdgeRPC (arms Solana/Tron origin edge intents; no deposit hash — server discovers the fill).api-reference/endpoints/commit-intent.mdx— marked deprecated for new integrations, kept for legacy callers.api-reference/endpoints/execute-intent.mdx— now acceptsQUOTEDintents directly;intentIdcomes fromQuoteIntent.intent.intentId; the "full flow" example no longer callscommitIntent.api-reference/endpoints/quote-intent.mdx— next-step guidance recommendsExecuteIntent(orExecuteIntentEdge) directly.api-reference/introduction.mdx— quickstart no longer walks through theCommitIntentHTTP call and the timing table reflects the new default.api-reference/trails-api-sdk.mdx— example callsexecuteIntentdirectly onintent.intentId; endpoint list addsExecuteIntentEdgeand marksCommitIntentlegacy.docs.json— addsapi-reference/endpoints/execute-intent-edgeto the Intents nav group.Source of truth
0xsequence/trails-apiproto/trails-api.ridlandproto/docs/trails-api.gen.yamlat commit5c42fda7.0xsequence/trails-api#1031(commit6de2c82) — "feat: deprecate CommitIntent and execute intents directly from QUOTED".packages/0xtrails/src/mutations.ts(@deprecated CommitIntent) andpackages/0xtrails/CHANGELOG.md0.18.0 entry in0xsequence/trails.Verification
diff proto/docs/trails-api.gen.yaml api-reference/trails-api.gen.yaml— only theservers:block remains as a docs-side addition (Mintlify needs it for the request examples)..github/scripts/convert-yaml-to-json.jsequivalent (js-yamldump → JSON.stringify(data, null, 2)).../trails-api.gen.json; the newexecute-intent-edge.mdxuses the same pattern and the endpoint now exists in the spec at/rpc/Trails/ExecuteIntentEdge.commitIntentin a way that would break the new flow — remainingCommitIntentreferences insdk/hooks.mdx,use-cases/fund.mdx, andresources/llm-integration.mdxare handled in the siblingdocs/update-sdk-2026-08-31anddocs/update-use-cases-2026-08-31PRs.Generated by the Trails Docs weekly agent.
Generated by Claude Code