save_permalink
ActiveTool of com.seqbench/workbench
Run a registered tool and save its (arguments, result) pair under a short permanent code that anyone with the link can view read-only (/permalink/{code}) — no account, no expiry. Use this to cite or share a specific result (e.g. a verify_construct or verify_assembly check) rather than re-pasting it.
Parameters schema
{
"type": "object",
"required": [
"tool",
"args"
],
"properties": {
"args": {
"type": "object",
"description": "Arguments for that tool, exactly as you would pass to it directly."
},
"tool": {
"type": "string",
"description": "Name of the registered tool to run and save (e.g. \"verify_construct\")."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries