{
  "service": "doth-social-connect",
  "status": "running",
  "message": "API service for reusable social media account connection, scheduling, and publishing.",
  "test_endpoints": {
    "health": "GET /health",
    "create_client_app": "POST /api/client-apps",
    "create_api_key": "POST /api/client-apps/:id/api-keys",
    "list_accounts": "GET /api/social/accounts",
    "create_post": "POST /api/social/posts",
    "calendar": "GET /api/social/calendar?start=2026-07-01&end=2026-07-31"
  },
  "docs": "See README.md and docs/API.md"
}