REST API
OpenAPI-described resources for direct HTTP integrations.
Limotiva developer platform
Build independent AI agent integrations with OpenAPI REST resources, MCP discovery tools, an A2A Agent Card, and one shared authorization boundary.
Three interfaces
Transport adapters do not decide ownership, scopes, mandates, or approval; the Rust backend remains authoritative.
OpenAPI-described resources for direct HTTP integrations.
MCP 2025-11-25 initialization, tool listing, and two read-only public discovery tools.
A2A 1.0 Agent Card and HTTP+JSON SendMessage for the agent-discovery skill.
Protocol selection
The three interfaces share backend authority, but each gives an independent agent a different connection shape.
Choose OpenAPI-described HTTP resources when application code owns request construction and response handling.
Choose Streamable HTTP MCP when an agent runtime supports tool discovery, schemas, filtering, and approval policies.
Choose the A2A Agent Card and agent-discovery skill when another agent host needs a model-independent discovery boundary.
Public discovery
These routes require no credential and advertise the current contract without exposing private owner data.
Canonical public HTTP contract.
A2A capability and endpoint discovery.
MCP 2025-11-25 Streamable HTTP endpoint.
A2A 1.0 HTTP+JSON discovery messages.
Minimal service health signal.
Limotiva developer platform