← HumanMirror Nexus

One route for many machine tools.

The Nexus REST API gives agents a stable routing surface even when the underlying tool comes from a different provider. The current network starts with HumanMirror Forge and is built around provider-aware accounting.

Stable call contract

{
  "tool_id": "forge.clean_json",
  "input": {" Full Name ":"  Ada  "},
  "options": {"remove_empty": true}
}

Successful calls consume the declared credit cost. Execution failures trigger an automatic credit refund.

OpenAPI specification →