Products Overview¶
Revenue-generating products built on the Aegis platform.
Product Portfolio¶
| Product | URL | Status | Revenue Potential |
|---|---|---|---|
| Intel Dashboard | intel.aegisagent.ai | Live | $4,568-22,840/mo |
| Research API | aegisagent.ai/api | Live | $200-5,000/mo |
| Open Notebook | notebooks.aegisagent.ai | Live | $290-5,000/mo |
Product Architecture¶
graph TB
subgraph Products["Revenue Products"]
Intel[Intel Dashboard]
API[Research API]
Notebook[Open Notebook]
end
subgraph Platform["Aegis Platform"]
LLM[LLM Router]
Memory[Memory System]
Workflows[Workflows]
end
subgraph External["External"]
Stripe[Stripe Payments]
Users[Users]
end
Users --> Intel
Users --> API
Users --> Notebook
Intel --> LLM
API --> LLM
Notebook --> Memory
Intel --> Stripe
API --> Stripe
Intel Dashboard¶
URL: intel.aegisagent.ai
Geopolitical intelligence platform providing: - Country/region analysis - Risk assessments - Deep briefings - Real-time updates
Pricing Tiers: | Tier | Price | Features | |------|-------|----------| | Free | $0 | Basic reports, 3/month | | Starter | $29/mo | 10 reports, email delivery | | Pro | $99/mo | Unlimited, API access | | Enterprise | Custom | White-label, support |
Research API¶
Base URL: https://aegisagent.ai/api/research
REST API for AI-powered research: - Web search and synthesis - Source citation - Structured output
Endpoints:
- POST /research/query - Run research query
- GET /research/{id} - Get research results
- POST /research/batch - Batch queries
Pricing: Per query, tiered by volume
Open Notebook¶
Research and documentation tool: - Note organization - AI-assisted analysis - Export capabilities
Backend: SurrealDB API: api.notebooks.aegisagent.ai
Revenue Infrastructure¶
Stripe Integration¶
- Product catalog in Stripe
- Webhook handling for events
- Subscription management
- Usage-based billing
Key Files¶
aegis/revenue/ # Revenue engine
aegis/monetization/ # Billing logic
aegis/dashboard/routes/stripe.py # Webhooks
Configuration¶
Status¶
Current: ~40% complete Blocking: - Stripe API keys configuration - Tier enforcement logic - Payment flow testing
Documentation¶
- intel-dashboard.md - Intel product details
- research-api.md - API documentation
- open-notebook.md - Notebook features
See Also:
- ~/memory/semantic/products-and-revenue-index.md
- ~/memory/semantic/monetization-audit-2026-01-13.md
Last Updated: 2026-01-25