Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

Connectors Module

OAuth token management for external services.
  • base44.asServiceRole.connectors — App-scoped OAuth tokens (backend/service role only). All users share the same connected account.

Contents


Service Role Connectors (base44.asServiceRole.connectors)

App-scoped OAuth tokens. The app builder connects the account once; all users share it. Backend/service role only.

Methods

Examples


Available Services

Run npx base44 connectors list-available from the CLI to see all available types.

Setup Requirements

  1. Builder plan or higher
  2. Backend functions enabled (for service role connectors)
  3. Connector configured in Base44 dashboard (OAuth flow completed)

Important Notes

  • Service role connectors: One account per connector per app — all users share the same connected account
  • You handle the API calls: Base44 provides the token; you make the actual API requests
  • Token refresh: Base44 handles token refresh automatically

Type Definitions