A program is the top-level container in Scrip. It holds rules, links to assets, and scopes participants. You can run multiple programs in parallel to isolate campaigns like “Q4 Referral Bonus” from “Customer Loyalty.”Documentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
- Create, list, get, and update programs
- Fund and burn program wallet balances for
PREFUNDEDassets - Link and unlink assets
- Set enrollment behavior via
on_unknown_participant(CREATEorREJECT) - Change program
statusbetweenACTIVE,SUSPENDED, andARCHIVED
For usage patterns and examples, see the Programs guide.