Skip to main content
Developer Platform

Build AI-powered apps with Travila

Multi-tenant backend platform with AI capabilities. Durable workflows, scoped API keys, and a REST API for conversations, storage, notifications, and scheduled jobs — ready to integrate.

curl -X POST https://api.travila.ai/\
  api/v1/llm/gateway/send-message \
  -H "X-API-Key: sk_2hfK..." \
  -H "Content-Type: application/json" \
  -d '{
    "conversation_key": "conv_abc",
    "user_message": {
      "role": "ROLE_USER",
      "content": [{"type": "CONTENT_PART_TYPE_TEXT", "content": "Hello"}]
    }
  }'
Coming soon

On the roadmap

Not available yet — listed so you know where the platform is heading.

BPMN Process Orchestration

Model long-running business processes in Flowable, with human-in-the-loop steps.

Evaluation & Tracing

Langfuse-backed tracing, scoring, and regression evaluation for agent output.

And more

Follow along in the API reference — new endpoints land there first.