Skip to main content

The Mock Engine

The mock_server.js file included in the developer toolkit acts as your local https://sign.sigilcore.com API. It validates bearer tokens, checks your agentโ€™s intent against simple mock logic, and returns a dummy Ed25519 signature.

Installation & Setup

Navigate to your developer toolkit folder and initialize the Node environment:

Running the Engine

Start the mock firewall on Port 3000:
You should see the following console output indicating the firewall is active:
Keep this terminal window open. As your agent requests Intent Attestations, you will see the engineโ€™s real-time evaluation logs and policy violation rejections printed here.