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 4 APIs on the APIs.io network, including Collections (Unified API) API, Documents API, Mappings API, and 1 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.

50.8/100 developing ▬ flat Agent 57/100 agent ready Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
4 APIs 1 MCP Servers
CompanyWorkforce ManagementSchedulingTime TrackingPayrollHRFrontlineWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 50.8/100 · developing
Contract Quality 17.3 / 25
Developer Ergonomics 10.4 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 1.0 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 57/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

APIs 4

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.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

teambridge-mcp.yml

MCP SERVER

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
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.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- 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
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: MCPServer
  url: mcp/teambridge-mcp.yml
- 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