Skip to main content
Developer Platform

Build AI-powered apps with GYBC

Multi-tenant backend platform with AI capabilities. Durable workflows, scoped API keys, and 87 endpoints across 4 gateway services — ready to integrate.

terminal
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": "user",
      "content": "Hello"
    }
  }'
87API Endpoints
4Gateway Services
5Stateful Actors
3Workflow Engines