# JAOT

> Optimization as a Service platform. Solve linear programming (LP) and mixed-integer programming (MIP) problems via API or MCP.

## Docs
- [API Reference](/docs/api/reference): Complete REST API documentation
- [Authentication](/docs/api/authentication): API key and JWT auth guide

## MCP
- [MCP Endpoint](/mcp): Model Context Protocol server with 12 optimization tools
- Tools: solve_problem, validate_problem, list_templates, get_template, solve_with_template, list_catalog_models, get_catalog_model, get_catalog_model_schema, activate_catalog_model, execute_model, get_execution, get_credit_balance

## API
- Base URL: /api/v2
- [Solve](/api/v2/solve): POST — Solve any optimization problem (JSON definition)
- [Templates](/api/v2/solve/templates): GET — List available problem templates
- [Catalog](/api/v2/models/catalog): GET — Browse marketplace models
- [Credits](/api/v2/credits/balance): GET — Check credit balance
