benchling-integration

Automate Benchling registry, inventory, ELN, workflow, and analytics management via REST v2.

4|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/shushuzn/Rairos --skill benchling-integration-shushuzn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchling-integration
Source: https://github.com/shushuzn/Rairos/tree/main/skills/benchling-integration
Command: npx skills add https://github.com/shushuzn/Rairos --skill benchling-integration-shushuzn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes manual, error-prone work involved in moving biological research data between Benchling and external systems by providing an integration-focused playbook for sequencing, inventory, ELN entries, and workflow automation.

Core Features & Use Cases

  • Registry integration for sequences: Create, update, list, and archive DNA/RNA/protein (AA) and custom entities, including direct registration into Benchling registries.
  • Inventory automation: Manage containers, boxes, locations, and plate well mappings, including transfers and check-in/check-out workflows.
  • ELN (notebook) and workflow orchestration: Create and link entries, and manage workflow tasks (including status updates and async task monitoring).
  • Event-driven and analytics-ready: Use Benchling events for integration triggers (e.g., AWS EventBridge) and query historical data via the Benchling Data Warehouse.

Quick Start

Use the benchling-integration skill to set up API access and then create a DNA sequence in your Benchling tenant using your API key and the Benchling REST v2 or the Python SDK.

Frequently Asked Questions about benchling-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Benchling DNA sequence registration using the REST API?

Automate Benchling DNA sequence registration by using API key authentication and the v2 REST endpoints to create, update, and list DNA, RNA, or protein entities directly within your tenant's registry. The Skill provides the playbook for these workflows.

Can I use the Benchling API to transfer inventory samples between locations?

Yes, you can use the Benchling API to automate inventory management. The Skill enables programmatic management of containers, boxes, locations, and plate well mappings, including transfers and check-in or check-out workflows for your samples.

What is needed to automate ELN entries and workflow tasks in Benchling?

Automating ELN entries and workflow tasks requires configuring your Benchling tenant URL and authenticating via API key or OAuth/OIDC. The Skill supports creating linked notebook entries and updating workflow task states with async monitoring.

Does Benchling support event-driven lab automation for external systems?

Benchling supports event-driven lab automation by emitting events that trigger external integrations like AWS EventBridge. The Skill helps configure these triggers and allows querying historical data via the Benchling Data Warehouse for downstream analytics.

Do I need to configure pagination for Benchling v2 REST API endpoints?

Yes, handling pagination is required when interacting with Benchling v2 REST API endpoints. The Skill ensures correct request and response formats, including pagination support, to reliably manage registry entities, inventory, and workflows.