Enterprise

AAMOS Modules

Enterprise-grade modules from our own production stack. Battle-tested across 300+ microservices. Available as clean REST APIs.

Get API key — free tier included
These modules run Landvex's own operations. You're buying the same infrastructure we run on.
Available modules

Two modules. Production-ready today.

Incident Management
Incident API

Structured incident lifecycle management — from detection to resolution. Full API with webhook events, priority queuing, assignment, and audit trail.

  • Create and track incidents
  • Priority levels + SLA timers
  • Assignment and ownership
  • Status transitions + webhooks
  • Comment threads
  • Full audit log
  • Integrates with any ticketing system
  • REST + webhook delivery
# Create an incident
curl -X POST https://api.aamos.ai/v1/incident/incidents \
  -H "Authorization: Bearer ***" \
  -d '{
    "title": "Water leak detected — Block 4B",
    "priority": "high",
    "source": "vims-api",
    "assignee_group": "maintenance-east"
  }'

{ "incident_id": "inc_7f3a9b", "status": "open", "sla_deadline": "..." }
Vision AI
AI Image Deviation Engine

Submit any image against a stored baseline — get back a structured deviation report. Pixel-level and semantic analysis. Designed for quality control, inspection workflows, and asset monitoring.

  • Baseline storage per asset ID
  • Deviation score (0–1)
  • Semantic change classification
  • Region-of-interest masks
  • Batch processing
  • Confidence thresholds
  • Works on any image type
  • Integrates with VIMS API
# Compare image to stored baseline
curl -X POST https://api.aamos.ai/v1/deviation/compare \
  -H "Authorization: Bearer ***" \
  -F "image=@current.jpg" \
  -F "asset_id=warehouse-roof-7"

{
  "asset_id": "warehouse-roof-7",
  "deviation_score": 0.63,
  "change_type": "structural",
  "regions": [{ "label": "crack", "area_pct": 4.2 }],
  "recommend_action": "schedule_inspection"
}
Pricing

One plan. Both modules included.

Starter
$199 /mo
Both modules included
  • 500 incidents / month
  • 1,000 deviation analyses / month
  • Webhook events
  • Email support
Get started
Enterprise
Custom
Volume + dedicated infra
  • Unlimited everything
  • On-premise option
  • Custom model training
  • SLA to 99.99%
  • Dedicated account manager
Contact sales

Ready to integrate enterprise-grade modules?

Start with Starter. We're running these in production — so you don't have to prove they work.

Get API key