Skip to main content
To get started with the Agent API, you need the exact HTTPS host supplied by your service provider and one of these two options: If you have neither, ask your organization, event organizer, or service provider for an API key and secret or an existing account. The API key and secret authorize account creation. Signing in with account credentials returns a JWT, which you use for subsequent authenticated requests.

Use the Neuro sandbox

The development sandbox is available at https://sandbox.neuro-tech.io. Its broker/Neuron operator supplies the account-creation API key and secret. Follow the sandbox quickstart to create an account, enable it through the public sandbox helper, and obtain an automatically approved test identity. These shortcuts are specific to the sandbox.

Confirm your service details

Ask your service provider for the details below. Neuro does not use one shared API host. Use the address supplied for your account:

Keep credentials in your backend

Keep the account-creation API secret, account credentials, and returned JWT in your backend. For signup from a browser application, follow browser signup.

Add capabilities when needed

Contract participation needs an approved Legal Identity and the appropriate signing key. Creating instances needs an approved template. Token creation can also require provider-specific attributes and signatures. Each Build guide explains those prerequisites before you submit a request. If login succeeds but an operation is rejected, check authorization and privileges with your service provider.