Cortex AI Platform
The industry-specific AI platform for real estate lending and investment.
About Cortexโ
Cortex AI Platform lets you build AI-powered real estate applications with industry-trained agents, domain-specific embedding models, and lending-optimized workflows.
Unlike general-purpose AI platforms, Cortex is purpose-built for real estate finance โ trained on millions of loan transactions, lender requirements, and deal structures.
Platform Capabilitiesโ
AI Agentsโ
Pre-trained agents specialized for real estate workflows:
- Intake processing and data extraction
- Lender matching and underwriting
- Document analysis and verification
- Client communication and engagement
Embedding Modelsโ
Domain-specific models trained on real estate data:
- Loan document understanding
- Property valuation context
- Lender buy-box matching
- Compliance and regulatory text
Serverless Inferenceโ
Deploy AI capabilities without infrastructure:
- Pay-per-request pricing
- Auto-scaling
- Low-latency responses
- 99.9% uptime SLA
Available Agentsโ
Cortex provides fully-managed AI agents with specialized capabilities:
| Agent | Specialty | Use Case |
|---|---|---|
| M | Client Engagement | Borrower-facing chat, lead qualification, rate quotes |
| Crella Assist | Intake Processing | Document extraction, data normalization, validation |
| Kathy | Underwriting | Risk analysis, deal structuring, lender matching |
| Quinn | Strategy & Reasoning | Complex decisions, edge cases, compliance review |
| JELLA | General Assistant | FAQ, navigation, basic queries |
Agent Capabilitiesโ
Input โ Cortex Agent โ Intelligent Output
"I need a fix-and-flip loan" โ [M] โ Qualified lead + rate options
Uploaded bank statement โ [Crella Assist] โ Extracted financial data
Complete loan package โ [Kathy] โ Matched lenders + risk score
Complex deal structure โ [Quinn] โ Strategic recommendation
Embedding Modelsโ
Available Modelsโ
| Model | Purpose | Dimensions |
|---|---|---|
cortex-loan-embed-v1 | Loan document understanding | 1536 |
cortex-property-embed-v1 | Property and market context | 1536 |
cortex-lender-embed-v1 | Lender buy-box matching | 768 |
cortex-compliance-embed-v1 | Regulatory and legal text | 1024 |
Use Casesโ
- Semantic Search โ Find similar loans, properties, or lenders
- Document Classification โ Auto-categorize uploaded documents
- Lender Matching โ Vector similarity for buy-box fit
- Compliance Check โ Match documents against requirements
What's Availableโ
Current (Live)โ
- โ M Agent (Client engagement)
- โ Crella Assist (Intake processing)
- โ Kathy Agent (Underwriting)
- โ Quinn Agent (Strategy)
- โ Chat API endpoints
- โ Document extraction
Coming Soonโ
- ๐ Public API access
- ๐ Custom agent training
- ๐ Embedding model API
- ๐ Webhook integrations
- ๐ White-label deployment
On Roadmapโ
- ๐ Multi-tenant workspaces
- ๐ Fine-tuning on your data
- ๐ Guardrails and content filtering
- ๐ Usage analytics dashboard
Integration Optionsโ
Chat APIโ
// Example: Chat with M Agent
const response = await fetch('https://cortex.crella.ai/api/chat/m', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
message: "I need a DSCR loan for a rental property in Austin",
sessionId: "user-123",
context: { platform: "your-app" }
})
});
const data = await response.json();
// { response: "Great! Let me help you...", shouldHandoff: false }
Intake APIโ
// Example: Process intake data
const response = await fetch('https://cortex.crella.ai/api/agents/intake', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
rawText: "Property at 123 Main St, Austin TX. Purchase price $450,000...",
source: "email"
})
});
const data = await response.json();
// { normalizedLoan: {...}, dataQualityScore: 0.85, decision: "COMPLETE" }
Pricingโ
Current: Beta Accessโ
During beta, Cortex AI Platform is available to MoneyMatcher platform users at no additional cost.
Future Pricing (Coming Soon)โ
| Tier | Price | Included |
|---|---|---|
| Starter | $99/mo | 10K requests, 2 agents |
| Professional | $299/mo | 100K requests, all agents |
| Enterprise | Custom | Unlimited, dedicated support, SLA |
Pay-as-you-go option: $0.01 per agent request (coming soon)
Security & Complianceโ
- SOC 2 Type II compliant infrastructure
- Encryption at rest and in transit
- Data isolation โ your data is never used to train models for others
- Audit logs โ complete request/response history
- RBAC โ role-based access control
Get Startedโ
For MoneyMatcher Usersโ
Cortex agents are already integrated into the MoneyMatcher platform. Just use the chat interface!
For Developersโ
API access coming soon. Join the waitlist:
Email: developers@crella.ai
Subject: Cortex API Access Request
For Enterprisesโ
Custom deployment and integration options available:
Email: enterprise@crella.ai
Learn Moreโ
- How Cortex Works
- Agent Documentation (coming soon)
- API Reference (coming soon)
- Blockchain Integration