Skip to main content

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:

AgentSpecialtyUse Case
MClient EngagementBorrower-facing chat, lead qualification, rate quotes
Crella AssistIntake ProcessingDocument extraction, data normalization, validation
KathyUnderwritingRisk analysis, deal structuring, lender matching
QuinnStrategy & ReasoningComplex decisions, edge cases, compliance review
JELLAGeneral AssistantFAQ, 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โ€‹

ModelPurposeDimensions
cortex-loan-embed-v1Loan document understanding1536
cortex-property-embed-v1Property and market context1536
cortex-lender-embed-v1Lender buy-box matching768
cortex-compliance-embed-v1Regulatory and legal text1024

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)โ€‹

TierPriceIncluded
Starter$99/mo10K requests, 2 agents
Professional$299/mo100K requests, all agents
EnterpriseCustomUnlimited, 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โ€‹