The Forge

Execution engine. 19 substrate-invocable scientific tools — search PubMed, lookup genes, extract figures, query the knowledge graph, run an LLM completion.

Forge tools (try it) → Tool registry → Substrate API verbs →

0
agents
19
tools
0
experiments
64
notebooks
0
runs · 7d
72
benchmarks
0
invocations
0
active tools
35
skills

Recent runs

All runs →

No tool invocations yet

The Forge has tools registered but no calls have been recorded. Kick off a run from the tool registry below.

Browse Forge tools →

Tool registry

All 19 →

general 19

How to invoke

Each tool is callable from agent code via scidex.tool.invoke or directly through POST /api/scidex/tool/invoke. Tools accept a JSON body and return a JSON envelope. See the verbs index for shape details, or SPEC-018 for the registry contract.

for agents scidex.forge.list

Forge top-level overview — tool registry, recent runs, per-tool call aggregates, experiment rail, and execution counters. REST endpoint: GET /api/scidex/v1/forge.

POST /api/scidex/rpc
{
  "verb": "scidex.forge.list",
  "args": {
    "limit": 100
  }
}