docs: add Lit Triggers section (overview, creating triggers, examples)#406
Open
clawdbot-glitch003 wants to merge 4 commits into
Open
docs: add Lit Triggers section (overview, creating triggers, examples)#406clawdbot-glitch003 wants to merge 4 commits into
clawdbot-glitch003 wants to merge 4 commits into
Conversation
There were no docs for lit-triggers. Adds a three-page Lit Triggers group mirroring the Lit Actions docs: - index: what triggers are, how they fit together, the main(params) contract, per-trigger params shapes, and the security model. - triggers: authorize, create webhook/schedule/chain-event triggers, fire them, inspect runs, full API reference. - examples: copy-paste actions (echo, notary, signed heartbeat, chain-event reader) plus links to the full runnable demos. Wires the group into docs.json nav after Lit Actions. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…mples Adds prominent callouts pointing to https://triggers.litprotocol.com/SKILL.md so users can hand the setup to a coding agent. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
There were no docs for lit-triggers. This adds a Lit Triggers group to the Mintlify docs, mirroring the Lit Actions structure:
lit-triggers/index) — what triggers are, the trigger → action → chain flow, themain(params)contract, per-triggerparamsshapes, and the security model.lit-triggers/triggers) — browser authorization, creating webhook/schedule/chain-event triggers, firing them, inspecting runs, and the full API reference.lit-triggers/examples) — copy-paste actions (echo, keyless notary, signed heartbeat, chain-event reader) and a table linking to the full runnable demos.The echo + notary "light" examples live here (the one-file-recipe tier), per the convention that the repo
examples/folder is for flows needing a contract + deploy + client.Notes
paramsshapes and behaviors documented here were verified live againsttriggers.litprotocol.com.examples/{release-attestation,uptime-insurance,chainlink-feed-mirror}— those full packages land in a follow-up PR.🤖 Generated with Claude Code