๐ Rotation Rules
Rotation rules let you define a single key with multiple values that Nota rotates on a schedule.Use them for expiring tokens, limited-use test accounts, promo codes, or any data that should change over time.
Key Concepts
Supported Intervals
๐ Start Date Matters: Nota uses the start date as the anchor point when calculating which value should be active at runtime.
Create or Edit a Rule
- Go to Settings โ Rotation Rules.
- Click โ Add Rule or select an existing rule to adjust.
- Enter the Key, list of Values, Start Date, and Interval.
- SaveโNota immediately begins serving the correct value based on the schedule.
Bulk Upload via JSON
Upload multiple rules at once using a JSON file. Each rule follows this structure:Real-World Example

Best Practices
- Pair with Environment Variables: Store the rotation key once, then consume it via environment variables in workflows.
- Test ahead of time: Use a closer start date in staging to validate behavior before mirroring in production.
- Document ownership: Note who maintains each rule so rotations stay coordinated with downstream systems.

