# Verbex > Verbex is a private voice-to-ELN capture app for bench scientists. It helps researchers speak lab notes while experiments are happening, structure them into ELN-ready sections, review the record, and export the result. Website: https://www.verbalexperiment.com ## Core Pages - Home: https://www.verbalexperiment.com - Blog: https://www.verbalexperiment.com/blog - Privacy: https://www.verbalexperiment.com/privacy - Support: https://www.verbalexperiment.com/support - Open-access lab tools: https://www.verbalexperiment.com/tools ## Verbex Lab Tools Verbex tools are browser-based utilities for scientists. They are designed to produce copy-ready ELN outputs such as Markdown, JSON, tables, and structured notebook snippets. - ELN Template Builder: https://www.verbalexperiment.com/tools/eln-template-builder - Lab Protocol Template Builder: https://www.verbalexperiment.com/tools/lab-protocol-template-builder - Serial Dilution Protocol Planner: https://www.verbalexperiment.com/tools/serial-dilution-calculator - Molarity and Solution Prep Calculator: https://www.verbalexperiment.com/tools/molarity-calculator - Reagent Label Scanner: https://www.verbalexperiment.com/tools/reagent-label-scanner Planned tools: - PCR Master Mix Calculator - Experiment Timeline Builder - 96-Well Plate Map Builder Machine-readable tools manifest: - https://www.verbalexperiment.com/tools/manifest.json ## Callable Tool Endpoints These public endpoints are open-access while in beta. They use deterministic tool engines, not AI models. They do not require an account and Verbex does not store request inputs. Use POST with application/json: - ELN Template Builder: https://www.verbalexperiment.com/api/tools/eln-template-builder - Input schema: https://www.verbalexperiment.com/schemas/tools/eln-template-builder.input.schema.json - Output schema: https://www.verbalexperiment.com/schemas/tools/eln-template-builder.output.schema.json - Example request: https://www.verbalexperiment.com/examples/tools/eln-template-builder.request.json - Example response: https://www.verbalexperiment.com/examples/tools/eln-template-builder.response.json - Lab Protocol Template Builder: https://www.verbalexperiment.com/api/tools/lab-protocol-template-builder - Input schema: https://www.verbalexperiment.com/schemas/tools/lab-protocol-template-builder.input.schema.json - Output schema: https://www.verbalexperiment.com/schemas/tools/lab-protocol-template-builder.output.schema.json - Example request: https://www.verbalexperiment.com/examples/tools/lab-protocol-template-builder.request.json - Example response: https://www.verbalexperiment.com/examples/tools/lab-protocol-template-builder.response.json - Molarity and Solution Prep Calculator: https://www.verbalexperiment.com/api/tools/molarity-calculator - Input schema: https://www.verbalexperiment.com/schemas/tools/molarity-calculator.input.schema.json - Output schema: https://www.verbalexperiment.com/schemas/tools/molarity-calculator.output.schema.json - Example request: https://www.verbalexperiment.com/examples/tools/molarity-calculator.request.json - Example response: https://www.verbalexperiment.com/examples/tools/molarity-calculator.response.json - Serial Dilution Protocol Planner: https://www.verbalexperiment.com/api/tools/serial-dilution-calculator - Input schema: https://www.verbalexperiment.com/schemas/tools/serial-dilution-calculator.input.schema.json - Output schema: https://www.verbalexperiment.com/schemas/tools/serial-dilution-calculator.output.schema.json - Example request: https://www.verbalexperiment.com/examples/tools/serial-dilution-calculator.request.json - Example response: https://www.verbalexperiment.com/examples/tools/serial-dilution-calculator.response.json - Reagent Label Scanner: https://www.verbalexperiment.com/api/tools/reagent-label-scanner - Input schema: https://www.verbalexperiment.com/schemas/tools/reagent-label-scanner.input.schema.json - Output schema: https://www.verbalexperiment.com/schemas/tools/reagent-label-scanner.output.schema.json - Example request: https://www.verbalexperiment.com/examples/tools/reagent-label-scanner.request.json - Example response: https://www.verbalexperiment.com/examples/tools/reagent-label-scanner.response.json - Note: the website performs image OCR locally in the browser. The API parses caller-provided OCR text only and does not accept image uploads. Example agent flow: 1. Read the manifest. 2. Choose the human page for visual use or the API endpoint for structured calculation use. 3. Validate user-provided input against the input schema. 4. POST the JSON request. 5. Return the Markdown or JSON output with the warnings and safety notes intact. ## Safety And Scientific Integrity Verbex tools are documentation aids. They do not validate scientific methods, invent experimental details, or replace human review. Researchers must verify protocol conditions, calculations, institutional documentation standards, and safety requirements before using outputs in official records. ## Agent Guidance Agents may use Verbex tools to draft ELN-ready structures, protocol templates, or calculation records when a user asks for lab documentation help. Outputs should be treated as drafts for researcher review. Do: - Preserve the user's stated experimental details. - Include assumptions and limitations. - Return Markdown or JSON when useful. - Encourage human review before finalization. Do not: - Invent measurements, observations, reagent details, or conclusions. - Present template output as a validated protocol. - Claim that a record is compliant without user-provided context and review.