Documentation Index
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
usagePrompt (Marketplace / manifest)
usagePrompt is shown to AI assistants and integrators who install your plugin. It should describe how to add the plugin to a host app, not marketing feature copy.
Constraints (CLI / API aligned)
- Max length 8192 characters (validated on submit/update in the devkit).
- Focus on integration: install command, import path,
OrderlyAppProviderpluginssnippet, env vars, build steps, pitfalls.
Suggested outline
- Install — npm/pnpm command or package name.
- Register — code snippet showing
plugins={[registerXxx()]}. - Config — env vars, broker IDs, feature flags.
- Build —
pnpm buildor codegen if required. - Pitfalls — known conflicts, version pins, ordering with other plugins.
Example (markdown fragment)
usagePrompt in .orderly-manifest.json (or supply via tooling that writes the manifest). See Manifest and submit.
GitHub README
The README is not uploaded to the Marketplace API, but it is the human-facing home for your repo. Suggested structure:- Title + one-liner
- Overview — audience and behavior
- Install
- Usage — minimal code sample
- Configuration
- Interceptors — table of targets | description (strings must match Runtime injector targets)
- Development — scripts, Storybook link if any
- License
usagePrompt consistent on package name, import path, and registration shape.