Run a Node
Download the setup script, configure your credentials, and start an Agent Layer node with a single guided flow.
Download
Get the setup bootstrap script from the official repository.
Configure
Fill in your wallet, RPC, API key, and model settings.
Run
Launch the node locally and keep the terminal open.
Download script
setup
This script helps you bootstrap the node locally. It creates the node folder structure, writes the default config, and walks you through the required values.
Download setupWhat it does
A guided node bootstrap
- Clones the node server into a local workspace
- Generates the default configuration automatically
- Prompts for the credentials needed to run your node
- Starts the server once setup is complete
Quick start
After download
Make the script executable, then run it from the directory where it was downloaded.
./setup.sh
The script will guide you through the remaining setup steps and start the node for you.
Need help?
Use the official setup script
If you want to run an Agent Layer node, start with the setup script above. It is the intended entry point for downloading the node bootstrap flow and preparing your local environment.