
Spring Launch Day 5: New RAG Admin Features
Today is the final day of our Spring Launch Week and we’re celebrating with one last update and gift. We’re launching new RAG admin controls for developers, startups, and SaaS teams complete visibility and control over their Retrieval-Augmented Generation applications.
🎁 Get 3,000 Bonus Pages on the Starter plan — today only!
Sign up for the Starter plan today and claim your free 3,000-page bonus as a thank you for joining us this week.
Partition Limit API: Control Your Data Usage per Partition
Unexpected data growth can drive up costs. Our Partition Limit API lets you enforce precise caps on a per-partition basis, so you can scale your RAG deployments without surprises.
Supported caps via the Set Partition Limits
endpoint
pages_processed_limit_monthly
: Max pages processed per monthpages_hosted_limit_monthly
: Max pages hosted per monthpages_processed_limit_max
: Total pages processed cappages_hosted_limit_max
: Total pages hosted cap
How it works:
- Immediate enforcement – existing usage is checked and any over-limit partitions are instantly restricted.
- Continuous monitoring – every document process or deletion re-validates your caps.
- Monthly reset – all monthly limits reset at 00:00 UTC on the 1st of each month.
When a limit is breached, Ragie emits a partition_limit_exceeded
webhook event (with partition name and limit type), so you can automate alerts or remediation.
Partition Patterns: Glob-Style Webhook Routing
Keep multi-tenant or environment-segregated workloads organized with partition patterns. Using familiar glob syntax, you can route webhook events only for matching partitions.
Common use cases:
- Environment separation:
dev-*, staging-*, prod-*
- Feature isolation:
chatbot-*, search-*
- Team routing:
team-frontend-*, team-data-*
Specify the partition_pattern
parameter on your webhook endpoint to ensure only relevant RAG events reach each service simplifying microservice architectures and multi-team integrations.
Get Started with RAG Admin Controls
These RAG admin features are live now for every Ragie user. Ready to take control?
- Sign up for the Starter plan
- Use code SPRING25 for 3,000 free pages
- Dive into the Partition Limit API, Partition Patterns, and Webhook Logs in our docs
Need a hand? Schedule a call to learn best practices for maximizing control with our new admin features.