Central de ajuda

Do you provide SDK or API access for custom workflows?

Yes — the same APIs the BetterSuite team uses to build the platform are exposed to your team. Anything the apps and admin console can do, your own services can do via the GraphQL API and webhooks.

Tempo de leitura
4 min
Atualizado em
15 de abril de 2026
Seções
3 nesta página
01

The GraphQL API

BetterSuite exposes a single GraphQL endpoint spanning 29 production services. The schema is published and type-checked end to end — your client library is generated from the same source the platform team uses.

Authentication uses scoped API keys for server-to-server access and OAuth-style flows for user-facing integrations. Rate limits are per-operator and configurable.

02

Client SDK for product surfaces

If you're building custom product surfaces — a branded analytics portal, a marketing tool, an internal operator dashboard — the Flutter and Dart SDK gives you typed repositories and a working authentication flow without re-implementing the API surface.

03

Webhooks for downstream workflows

For workflows that react to platform events, subscribe to webhooks rather than polling the API. Events are delivered with retries and signed payloads, and you can scope subscriptions per resource type to avoid noisy fan-out.

Este artigo foi útil?

Precisa de algo mais específico?

Se o seu cenário vai além do que os artigos cobrem, conte para nós e o time volta com um plano inicial.

Falar com o time