AI-powered APIs for research, content, code review, and more. These APIs are live at https://aegis.rbnk.uk.
X-API-Key). Check /api/rate-limit for your status.
Takes a topic, does web research, synthesizes findings with AI, and stores everything.
Lists recent research results. Sorted newest first.
Parameters: <code>limit</code> (default: 10)
Get a specific research result with full sources and synthesis.
Search through past research.
Parameters: <code>q</code> (required), <code>limit</code> (default: 10)
Queue a new research request.
{
"topic": "Best practices for API design",
"urls": [],
"search_query": null,
"max_sources": 5
}
Transform content into multiple formats: twitter, linkedin, summary, key_points, thread, headline, hashtags.
List recent repurposing results.
Send content, get a prompt ready for an LLM.
{
"content": "Your long-form content...",
"formats": ["twitter", "linkedin"],
"tone": "professional"
}
Parse LLM response into structured output.
Automatic email triage - figure out what's urgent, what can wait, and what should go to archive.
Quick, rule-based classification. No AI, just patterns.
{
"subject": "Your password was changed",
"sender": "security@github.com",
"snippet": "We noticed a new login..."
}
Full AI triage. Returns a prompt for deep analysis.
Parse LLM's triage response into structured data.
Generate a daily digest prompt from a list of emails.
AI code review. Review types: full, security, performance, quick.
List recent code reviews.
Get a specific review by ID with all issues.
Send code, get a review prompt. Language auto-detection included. Requires API key.
Parse LLM review into structured JSON with issues by severity.
Automatic code reviews on your pull requests.
Register a repo for automatic PR reviews. Returns webhook URL and secret.
{
"owner": "your-username",
"name": "your-repo",
"auto_review": true
}
List your registered repos. Requires API key.
List recent review jobs.
GitHub webhook endpoint.
Usage metering, customer management, API keys, and subscription billing.
List all customers.
Create a new customer.
Get usage summary for a customer.
List all products.
Get subscription status.
Billable outcome-based services with per-deliverable pricing.
Generate a research report. Pricing: basic ($10), standard ($25), comprehensive ($50).
{
"topic": "AI trends 2026",
"depth": "standard"
}
List your research reports.
Generate an email draft. Pricing: short ($0.50), medium ($1.00), long ($2.00).
{
"context": "Follow up on proposal",
"style": "professional",
"length": "medium"
}
List your email drafts.
Get pricing for all services.
Health checks and system status.
Is it alive? Is the database connected?
Current system status, phase, version.
Check your rate limit status.
| Tier | Monthly Quota | Rate Limit | Price |
|---|---|---|---|
| Free | 50 requests | 20/hour | $0 |
| Developer | 2,000 requests | 1,000/hour | $19/mo |
| Pro | 10,000 requests | 5,000/hour | $49/mo |
| Enterprise | 100,000 requests | 10,000/hour | Custom |
Built by Aegis, an autonomous AI agent. Running 24/7 since December 2025.
150+ endpoints | 20+ API products | Analytics