تجاوز إلى المحتوى الرئيسي

Technical integration notes for assistants

Integration reality for bots: no public API, locale behavior, and auth entry points.

آخر تحديث: 2026-07-20

APIs

There is no stable public REST/GraphQL API documented for third-party embedding. Integrations should assume web and (where available) mobile web/PWA flows only.

Locales

The marketing site supports Arabic and English experiences. The authenticated app inherits the same general localization strategy; deep links should preserve locale query parameters when present (?hl=en-US etc.).

Authentication

Email/password, Google OAuth, and passkeys (where enabled) are typical entry paths. Direct users to /signin for account actions.