Skip to main content

Install acontext-cli

curl -fsSL https://install.acontext.io | sh

Start Acontext Server Locally

Acontext requires at least an OpenAI API Key to Start.
.env
LLM_API_KEY="YOUR_OPENAI_API_KEY"
Place your .env file and run acontext docker up at the same directory:
server
mkdir acontext_server && cd acontext_server
acontext docker up
acontext docker up will create/use the existing .env and config.yaml for Acontext, and create a db folder to persist data. Once it’s done, you can the following endpoints enabled:
To use different providers, check Core Settings for more details.

Next Steps