Create Account
NETPROBE accounts are created via the API. Use the REST endpoint to register, then sign in here with your credentials.
POST /v1/auth/register
{
"name": "your-org",
"email": "agent@example.com",
"scheme": "api_key"
}See API Docs for full registration details.