Skip to main content
This guide walks you through everything you need to go from zero to a working NSP agent. By the end, you will have the daemon running, Gmail’s live state loaded as JSON, and a Python agent that reads emails and sends a reply. You need Windows 10/11 x64, Python 3.11+, and Google Chrome installed before you begin.

Next Steps

Core Concepts

Understand SubstrateState, SSF, action schemas, and the reversibility safety contract.

Daemon Configuration

Configure ports, API key authentication, rate limits, and watcher intervals.

SDK Deep Dive

Sessions, CLR/JVM helpers, real-time WebSocket streaming, and error handling.

Security Guide

Set up API key authentication before your agent touches production data.