- Step 1: Install Docker and Docker Compose on your system.
- Step 2: Create a `.env` file with your Anthropic API key in the project root.
- Step 3: Run `docker-compose up -d` to build and start the containerized API.
- Step 4: Access the API endpoints at `http://localhost:8000` for queries, results, and workspace management.
- Step 5: Use the API to interact with GitHub repositories as needed for your workflow.
- Step 6: When done, stop the service with `docker-compose down` or `docker-compose down -v` for data removal.