{
  "schema_version": "v1",
  "name_for_human": "Youmeverse",
  "name_for_model": "youmeverse",
  "description_for_human": "A bonded AI assistant app for the Cameroon market: chat with a Cameroonian assistant persona, plan your day, bring in a Great Mind as an advisor, and listen to narrated public-domain books.",
  "description_for_model": "Youmeverse is a consumer product whose own core feature IS an AI assistant used directly by a human inside the installed web app. It exposes a small set of authenticated HTTP endpoints (see api.url) for chat, text-to-speech, speech-to-text, book Q&A, the daily token gift, and web-push. Every endpoint requires a Supabase user bearer access token belonging to a real, already-authenticated Youmeverse user — there is no anonymous, API-key, or client-credentials flow. Only call these endpoints on behalf of a user who has explicitly given you their own session token for that purpose; never attempt to authenticate as Youmeverse itself or represent this as an open/public API.",
  "auth": {
    "type": "user_http",
    "instructions": "Requires `Authorization: Bearer <supabase_access_token>` for the specific signed-in user. No other auth flow is supported for external callers."
  },
  "api": {
    "type": "openapi",
    "url": "https://youmeverse.web.app/openapi.json"
  },
  "logo_url": "https://youmeverse.web.app/icons/pwa-512.png"
}
