benchling.com
Benchling is a life sciences R&D platform for managing scientific data such as sequences, registry entities, assay results, inventory, notebook entries, and workflows. It also offers a data warehouse for analytics and event-driven integration features for enterprise tenants.
Benchling exposes a tenant-scoped REST API plus an official Python SDK abstraction over that API; docs also describe a separate PostgreSQL-backed Warehouse connection with its own credentials.
- Benchling REST APIdiscovered
In Benchling, open your profile/account settings and generate an API key in Profile Settings. Benchling documents that API keys are generated from your profile and can be rotated from profile settings; use your tenant URL such as https://<your-company>.benchling.com when calling the API. See Authentication and Access Benchling’s Developer Platform and Documentation Base.
Create a Benchling app from your tenant’s Developer Console (Feature settings → Developer Console → Apps). From the app settings page, obtain the app’s client_id and client_secret; Benchling says apps use the OAuth 2.0 client-credentials flow to call /token, and app secrets can be rotated from the Apps page. See Getting Started with Benchling Apps, Authentication, and Access Benchling’s Developer Platform and Documentation Base.
Have Benchling enable OIDC authentication for your enterprise tenant by contacting support@benchling.com, then configure a trusted OpenID Connect identity provider that includes an email claim. Your integration authenticates to that IdP and uses the returned ID token as Authorization: Bearer ... when calling Benchling. See Authentication.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing