Protocols

Generate and optimize bioprotocols.

Generate and optimize bioprotocols.

elnora_protocols_generate

Generate a bioprotocol — creates a task and sends the description in one call. Returns the task and the queued user message, NOT the AI response; the agent processes asynchronously. To get the generated protocol, poll elnora_tasks_messages with the returned task id every 5-10s until the last message has role 'assistant' with metadata.status 'completed'. Timeout after 5 min.

ParameterTypeRequiredDescription
descriptionanyyesProtocol description
projectanyyesProject UUID to associate with
titleanyyesTask title (defaults to first 100 chars of description)

On this page