Documentation Index
Fetch the complete documentation index at: https://docs.blink.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node.js 22+ or Bun
- Docker (the server needs it to deploy agents)
Install and Run the Blink Server
Install the Blink Server
npm install -g blink-server
Start the server
The server will prompt you to create a Postgres database inside a Docker container. If you’d rather use your own Postgres database, set the BLINK_POSTGRES_URL environment variable:BLINK_POSTGRES_URL=postgresql://user:password@host:port/database
Open the web UI
The server will display a URL where you can access the web UI and create your first agent.