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 97 endpoints across 5 gateway services — ready to integrate.

curl -X POST https://api.yocaso.dev/\
  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"}]
    }
  }'
97API Endpoints
5Gateway Services
4Stateful Actors
100+LLM Models