Teambridge website screenshot

Teambridge

Teambridge is an AI-native workforce-management platform for frontline and hourly teams, unifying scheduling, time tracking, instant pay, team communication, onboarding, compliance, and payroll behind autonomous AI agents. For integrators it publishes the Teambridge External API, a unified Collections API (OpenAPI 3.1.0) that reads and writes shifts, users, placements, locations, and custom collections, authenticated with OAuth 2.0 client credentials and complemented by HMAC-signed outbound webhooks for real-time change notification. Teambridge is backed by General Catalyst and Mayfield and reports SOC 2 Type II, ISO 27001, HIPAA, and GDPR compliance.

Teambridge publishes 5 APIs on the APIs.io network, including Collections (Unified API) API, Documents API, Mappings API, and 2 more. Tagged areas include Company, Workforce Management, Scheduling, Time Tracking, and Payroll.

The Teambridge catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Teambridge’s developer surface includes documentation, API reference, authentication, pricing, engineering blog, signup flow, and 19 more developer resources.

48.9/100 developing ▬ flat Agent 32/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessSelf serve
1 APIs
CompanyWorkforce ManagementSchedulingTime TrackingPayrollHRFrontlineWebhook

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/teambridge: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Teambridge Collections (Unified API) API

**Powerful generic endpoints** for reading and writing any collection type. Works with all collections using field UUIDs. Query `/fields` first to discover the schema, then use ...

Teambridge Documents API

Endpoints for uploading and managing documents.

Teambridge Mappings API

Endpoints for managing external system mappings. Mappings link Teambridge records to entities in external systems (like Bullhorn, ADP, etc.) by storing the external provider cod...

Teambridge Utilities API

Utility endpoints for timezone information and other general-purpose data.

Teambridge Teambridge External API

The Teambridge External API API from Teambridge — 0 operation(s) for teambridge external api.

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Teambridge Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Teambridge Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Teambridge Trust Center

SOC 2, ISO 27001, HIPAA, GDPR

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Teambridge Scopes

1 scope · clientCredentials

1 scopes

SCOPES

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Access & Security 5

Authentication, authorization, and security posture

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: teambridge
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/teambridge.png
name: Teambridge
description: Teambridge is an AI-native workforce-management platform for frontline and hourly teams, unifying scheduling,
  time tracking, instant pay, team communication, onboarding, compliance, and payroll behind autonomous AI agents. For integrators
  it publishes the Teambridge External API, a unified Collections API (OpenAPI 3.1.0) that reads and writes shifts, users,
  placements, locations, and custom collections, authenticated with OAuth 2.0 client credentials and complemented by HMAC-signed
  outbound webhooks for real-time change notification. Teambridge is backed by General Catalyst and Mayfield and reports SOC
  2 Type II, ISO 27001, HIPAA, and GDPR compliance.
url: https://raw.githubusercontent.com/api-evangelist/teambridge/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- general-catalyst
- mayfield
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Workforce Management
- Scheduling
- Time Tracking
- Payroll
- HR
- Frontline
- Webhook
tags_raw:
- Company
- Workforce Management
- Scheduling
- Time Tracking
- Payroll
- HR
- Frontline
- Webhooks
apis:
- aid: teambridge:teambridge-collections-unified-api-api
  name: Teambridge Collections (Unified API) API
  description: '**Powerful generic endpoints** for reading and writing any collection type.

    Works with all collections using field UUIDs. Query `/fields` first to

    discover the schema, then use these endpoints for flexible data access across

    all collection types (shifts, users, placements, locations, custom collections, etc.).


    ## Filtering


    The unified Collections API (`/v1/collections/{collectionId}/records`) supports powerful filtering via query parameters.

    You can filter records by adding query parameters in the format `{fieldUUID}_{operator}={value}`.


    **Supported Operators:**

    - `_is`: Exact match (all field types) - **default if no suffix provided**

    - `_contains`: Partial text match (TEXT fields only)

    - `_gt`: Greater than (NUMBER, DATETIME fields)

    - `_gte`: Greater than or equal (NUMBER, DATETIME fields)

    - `_lt`: Less than (NUMBER, DATETIME fields)

    - `_lte`: Less than or equal (NUMBER, DATETIME fields)


    **Filtering Features:**

    - **Multiple filters**: Up to 10 filters per request with implicit AND logic (all must match)

    - **Default operator**: Parameters without a suffix default to `_is` behavior

    - **Multiple operators on same field**: Allowed (e.g., `age_gte=21&age_lte=65` for range queries)

    - **Case-insensitive**: TEXT and SELECT field matching is case-insensitive

    - **Smart date handling**: DATETIME fields support both date-only (`2025-01-01`) and full ISO 8601 format (`2025-01-01T14:30:00Z`)


    **Reserved Parameters**: The following parameter names are reserved and cannot be used as filter bases: `page`, `size`,
    `limit`, `offset`.


    **Filtering Examples:**

    - Single filter (exact match): `?550e8400-..._is=john@example.com`

    - Default operator (no suffix): `?550e8400-...=john@example.com` (equivalent to `_is`)

    - Partial text match: `?550e8400-..._contains=john`

    - Date exact match: `?abc123-..._is=2025-12-01`

    - Date range: `?abc123-..._gte=2025-01-01&abc123-..._lte=2025-12-31`

    - Number range: `?age-uuid-..._gte=21&age-uuid-..._lte=65`

    - Multiple fields: `?550e8400-..._is=john@example.com&7c9e6679-..._is=active`

    - Mixed operators: `?name-uuid-..._contains=john&age-uuid-..._gte=21`'
  humanURL: https://docs.teambridge.com
  baseURL: https://open-api.teambridge.com
  tags:
  - Collections (Unified API)
  properties:
  - type: OpenAPI
    url: openapi/teambridge-collections-unified-api-api-openapi.yml
  - type: Documentation
    url: https://docs.teambridge.com
  - type: APIReference
    url: https://docs.teambridge.com
  - type: Authentication
    url: authentication/teambridge-authentication.yml
  - type: OAuthScopes
    url: scopes/teambridge-scopes.yml
  - type: Conventions
    url: conventions/teambridge-conventions.yml
  - type: ErrorCatalog
    url: errors/teambridge-problem-types.yml
  - type: Webhooks
    url: asyncapi/teambridge-webhooks.yml
  - type: Lifecycle
    url: lifecycle/teambridge-lifecycle.yml
  - type: Conformance
    url: conformance/teambridge-conformance.yml
  - type: DataModel
    url: data-model/teambridge-data-model.yml
- aid: teambridge:teambridge-documents-api
  name: Teambridge Documents API
  description: Endpoints for uploading and managing documents.
  humanURL: https://docs.teambridge.com
  baseURL: https://open-api.teambridge.com
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/teambridge-documents-api-openapi.yml
  - type: Documentation
    url: https://docs.teambridge.com
  - type: APIReference
    url: https://docs.teambridge.com
  - type: Authentication
    url: authentication/teambridge-authentication.yml
  - type: OAuthScopes
    url: scopes/teambridge-scopes.yml
  - type: Conventions
    url: conventions/teambridge-conventions.yml
  - type: ErrorCatalog
    url: errors/teambridge-problem-types.yml
  - type: Webhooks
    url: asyncapi/teambridge-webhooks.yml
  - type: Lifecycle
    url: lifecycle/teambridge-lifecycle.yml
  - type: Conformance
    url: conformance/teambridge-conformance.yml
  - type: DataModel
    url: data-model/teambridge-data-model.yml
- aid: teambridge:teambridge-mappings-api
  name: Teambridge Mappings API
  description: 'Endpoints for managing external system mappings. Mappings link Teambridge records

    to entities in external systems (like Bullhorn, ADP, etc.) by storing the external

    provider code, external ID, and object type.'
  humanURL: https://docs.teambridge.com
  baseURL: https://open-api.teambridge.com
  tags:
  - Mappings
  properties:
  - type: OpenAPI
    url: openapi/teambridge-mappings-api-openapi.yml
  - type: Documentation
    url: https://docs.teambridge.com
  - type: APIReference
    url: https://docs.teambridge.com
  - type: Authentication
    url: authentication/teambridge-authentication.yml
  - type: OAuthScopes
    url: scopes/teambridge-scopes.yml
  - type: Conventions
    url: conventions/teambridge-conventions.yml
  - type: ErrorCatalog
    url: errors/teambridge-problem-types.yml
  - type: Webhooks
    url: asyncapi/teambridge-webhooks.yml
  - type: Lifecycle
    url: lifecycle/teambridge-lifecycle.yml
  - type: Conformance
    url: conformance/teambridge-conformance.yml
  - type: DataModel
    url: data-model/teambridge-data-model.yml
- aid: teambridge:teambridge-utilities-api
  name: Teambridge Utilities API
  description: Utility endpoints for timezone information and other general-purpose data.
  humanURL: https://docs.teambridge.com
  baseURL: https://open-api.teambridge.com
  tags:
  - Utilities
  properties:
  - type: OpenAPI
    url: openapi/teambridge-utilities-api-openapi.yml
  - type: Documentation
    url: https://docs.teambridge.com
  - type: APIReference
    url: https://docs.teambridge.com
  - type: Authentication
    url: authentication/teambridge-authentication.yml
  - type: OAuthScopes
    url: scopes/teambridge-scopes.yml
  - type: Conventions
    url: conventions/teambridge-conventions.yml
  - type: ErrorCatalog
    url: errors/teambridge-problem-types.yml
  - type: Webhooks
    url: asyncapi/teambridge-webhooks.yml
  - type: Lifecycle
    url: lifecycle/teambridge-lifecycle.yml
  - type: Conformance
    url: conformance/teambridge-conformance.yml
  - type: DataModel
    url: data-model/teambridge-data-model.yml
- aid: teambridge:teambridge-teambridge-external-api-api
  name: Teambridge Teambridge External API
  description: The Teambridge External API API from Teambridge — 0 operation(s) for teambridge external api.
  humanURL: https://docs.teambridge.com
  baseURL: https://open-api.teambridge.com
  tags:
  - Teambridge External API
  properties:
  - type: OpenAPI
    url: openapi/teambridge-teambridge-external-api-api-openapi.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://teambridge.com
- type: DeveloperPortal
  url: https://docs.teambridge.com
- type: Documentation
  url: https://docs.teambridge.com
- type: APIReference
  url: https://docs.teambridge.com
- type: Authentication
  url: authentication/teambridge-authentication.yml
- type: OAuthScopes
  url: scopes/teambridge-scopes.yml
- type: Conventions
  url: conventions/teambridge-conventions.yml
- type: ErrorCatalog
  url: errors/teambridge-problem-types.yml
- type: Webhooks
  url: asyncapi/teambridge-webhooks.yml
- type: Lifecycle
  url: lifecycle/teambridge-lifecycle.yml
- type: Conformance
  url: conformance/teambridge-conformance.yml
- type: Compliance
  url: https://security.teambridge.com/
- type: DataModel
  url: data-model/teambridge-data-model.yml
- type: Overlay
  url: overlays/teambridge-external-api-overlay.yaml
- type: X-MCPServerCandidate
  url: mcp/teambridge-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: LLMsTxt
  url: llms/teambridge-llms.txt
- type: AgentSkill
  url: skills/_index.yml
- type: TrustCenter
  url: security/teambridge-trust-center.yml
- type: DomainSecurity
  url: security/teambridge-domain-security.yml
- type: Pricing
  url: https://teambridge.com/pricing
- type: Blog
  url: https://teambridge.com/blog
- type: Login
  url: https://app.teambridge.com
- type: SignUp
  url: https://teambridge.com/book-demo
- type: TermsOfService
  url: https://teambridge.com/terms-of-use
- type: PrivacyPolicy
  url: https://teambridge.com/privacy-policy
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 16
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/teambridge"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/teambridge/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/teambridge/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.