Quartzy

Quartzy is a lab management platform for life science teams that combines inventory management, supply ordering, and procurement in one place. Labs track every consumable, reagent, and piece of equipment, submit and approve order requests, and buy from a catalog of millions of lab products. Quartzy exposes a documented public REST API at api.quartzy.com so teams can create and update inventory items and order requests from external systems - ELNs, LIMS, and homegrown tools - and subscribe to webhooks for inventory and order-request events. The API is authenticated with a per-user AccessToken (Access-Token header) or OAuth2, and is available to all Quartzy accounts.

Quartzy publishes 6 APIs on the APIs.io network, including Inventory Items API, Labs API, Order Requests API, and 3 more. Tagged areas include Lab Management, Inventory Management, Life Sciences, Procurement, and Ordering.

Quartzy’s developer surface includes authentication, documentation, support, and 10 more developer resources.

40.6/100 thin ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessPaidSelf serve
6 APIs
Lab ManagementInventory ManagementLife SciencesProcurementOrderingLaboratoryWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 40.6/100 · thin
Contract Quality 15.1 / 25
Developer Ergonomics 4.8 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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/quartzy: 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 6

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

Quartzy Inventory Items API

Lab inventory items and their physical instances.

Quartzy Labs API

Labs within an organization; the scope for inventory and ordering.

Quartzy Order Requests API

Procurement requests moving through Quartzy's ordering workflow.

Quartzy Types API

Item type categories used to classify inventory and requests.

Quartzy User API

The authenticated user and service health.

Quartzy Webhooks API

Event subscriptions for inventory and order-request changes.

Open Collections 1

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

Quartzy Public API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Quartzy Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Quartzy Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

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

Quartzy Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Quartzy Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Quartzy Vulnerability Disclosure

security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Quartzy Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Quartzy Agentic Access

17 operations · 6 acting

17 operations · 6 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: quartzy
url: https://raw.githubusercontent.com/api-evangelist/quartzy/refs/heads/main/apis.yml
name: Quartzy
kind: company
description: Quartzy is a lab management platform for life science teams that combines inventory management, supply ordering,
  and procurement in one place. Labs track every consumable, reagent, and piece of equipment, submit and approve order requests,
  and buy from a catalog of millions of lab products. Quartzy exposes a documented public REST API at api.quartzy.com so teams
  can create and update inventory items and order requests from external systems - ELNs, LIMS, and homegrown tools - and subscribe
  to webhooks for inventory and order-request events. The API is authenticated with a per-user AccessToken (Access-Token header)
  or OAuth2, and is available to all Quartzy accounts.
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/quartzy.png
tags:
- Lab Management
- Inventory Management
- Life Sciences
- Procurement
- Ordering
- Laboratory
- Webhooks
created: '2026-07-04'
modified: '2026-07-04'
specificationVersion: '0.19'
apis:
- aid: quartzy:quartzy-inventory-items-api
  name: Quartzy Inventory Items API
  description: Lab inventory items and their physical instances.
  humanURL: https://docs.quartzy.com/api/
  baseURL: https://api.quartzy.com
  tags:
  - Inventory Items
  properties:
  - type: OpenAPI
    url: openapi/quartzy-inventory-items-api-openapi.yml
  - type: Documentation
    url: https://docs.quartzy.com/api/
  - type: APIReference
    url: https://docs.quartzy.com/api/
  - type: PostmanCollection
    url: collections/quartzy.postman_collection.json
  - type: OpenCollection
    url: collections/quartzy.opencollection.json
- aid: quartzy:quartzy-labs-api
  name: Quartzy Labs API
  description: Labs within an organization; the scope for inventory and ordering.
  humanURL: https://docs.quartzy.com/api/
  baseURL: https://api.quartzy.com
  tags:
  - Labs
  properties:
  - type: OpenAPI
    url: openapi/quartzy-labs-api-openapi.yml
  - type: Documentation
    url: https://docs.quartzy.com/api/
  - type: APIReference
    url: https://docs.quartzy.com/api/
  - type: PostmanCollection
    url: collections/quartzy.postman_collection.json
  - type: OpenCollection
    url: collections/quartzy.opencollection.json
- aid: quartzy:quartzy-order-requests-api
  name: Quartzy Order Requests API
  description: Procurement requests moving through Quartzy's ordering workflow.
  humanURL: https://docs.quartzy.com/api/
  baseURL: https://api.quartzy.com
  tags:
  - Order Requests
  properties:
  - type: OpenAPI
    url: openapi/quartzy-order-requests-api-openapi.yml
  - type: Documentation
    url: https://docs.quartzy.com/api/
  - type: APIReference
    url: https://docs.quartzy.com/api/
  - type: PostmanCollection
    url: collections/quartzy.postman_collection.json
  - type: OpenCollection
    url: collections/quartzy.opencollection.json
- aid: quartzy:quartzy-types-api
  name: Quartzy Types API
  description: Item type categories used to classify inventory and requests.
  humanURL: https://docs.quartzy.com/api/
  baseURL: https://api.quartzy.com
  tags:
  - Types
  properties:
  - type: OpenAPI
    url: openapi/quartzy-types-api-openapi.yml
  - type: Documentation
    url: https://docs.quartzy.com/api/
  - type: APIReference
    url: https://docs.quartzy.com/api/
  - type: PostmanCollection
    url: collections/quartzy.postman_collection.json
  - type: OpenCollection
    url: collections/quartzy.opencollection.json
- aid: quartzy:quartzy-user-api
  name: Quartzy User API
  description: The authenticated user and service health.
  humanURL: https://docs.quartzy.com/api/
  baseURL: https://api.quartzy.com
  tags:
  - User
  properties:
  - type: OpenAPI
    url: openapi/quartzy-user-api-openapi.yml
  - type: Documentation
    url: https://docs.quartzy.com/api/
  - type: APIReference
    url: https://docs.quartzy.com/api/
  - type: PostmanCollection
    url: collections/quartzy.postman_collection.json
  - type: OpenCollection
    url: collections/quartzy.opencollection.json
- aid: quartzy:quartzy-webhooks-api
  name: Quartzy Webhooks API
  description: Event subscriptions for inventory and order-request changes.
  humanURL: https://docs.quartzy.com/api/
  baseURL: https://api.quartzy.com
  tags:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/quartzy-webhooks-api-openapi.yml
  - type: Documentation
    url: https://docs.quartzy.com/api/
  - type: APIReference
    url: https://docs.quartzy.com/api/
  - type: PostmanCollection
    url: collections/quartzy.postman_collection.json
  - type: OpenCollection
    url: collections/quartzy.opencollection.json
common:
- type: AgenticAccess
  url: agentic-access/quartzy-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/quartzy-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/quartzy-domain-security.yml
- type: Authentication
  url: authentication/quartzy-authentication.yml
- type: OAuthScopes
  url: scopes/quartzy-scopes.yml
- type: GitHubOrganization
  url: https://github.com/quartzy
- type: LinkedIn
  url: https://www.linkedin.com/company/quartzy
- type: Website
  url: https://www.quartzy.com
- type: Documentation
  url: https://docs.quartzy.com/api/
- type: Plans
  url: plans/quartzy-plans-pricing.yml
- type: RateLimits
  url: rate-limits/quartzy-rate-limits.yml
- type: FinOps
  url: finops/quartzy-finops.yml
- type: Support
  url: https://support.quartzy.com/hc/en-us/articles/5333106670747-Quartzy-API-and-Webhooks
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com