Integrations
Open Settings → Integrations to manage credentials and outbound destinations for your organization. The page has four tabs: API Keys, Webhooks, Connections, and Developer.
Settings → Integrations is available to admin and owner roles only.
API Keys
The API Keys tab is where you create bearer keys for the public REST API and outbound integrations. Each key has a name, a key prefix, grants you choose at creation, and a status. The full secret appears only once when you create the key.
See Integrations → API Keys for the create, reveal, revoke, and agent access walkthrough. For grant meanings and Bearer usage, see Documentation → API → Configuring Organization Settings and the Choosing grants guide.
Webhooks
The Webhooks tab is where you register outbound destinations. Each webhook binds an event type, an API key, and an HTTPS target URL. AbleTime POSTs signed events to that URL. The signing secret is shown once at creation; the header token can be revealed again from the list.
See Integrations → Webhooks for create, list, delete, secrets, and token. The delivery envelope, headers, verification, and retries live under Documentation → API → API Webhooks. For a no-code receiver walkthrough, see Guides → Connecting Make.
Connections
The Connections tab is a placeholder. Provider connections are not available yet.
Developer
The Developer tab points at the public REST API:
Base URL:
/api/public/v2Authentication: Bearer token using an API key from the API Keys tab
API documentation: buttons for API Reference and Full Documentation open the docs site
Use Documentation → API for authentication, rate limits, errors, lists, idempotency, and the webhook delivery contract.