Install

Install TameAGENTS

Choose your marketplace, wire required environment variables, and run the included Next.js site locally before pushing to staging.

Marketplace install

Install the VS Code extension from the VS Marketplace or Open VSX, then reload VS Code.

Sync staging secrets

Copy the latest `.env.production` from the staging box and update GitHub secrets so CI shares the same Supabase + Traefik values.

scp root@185.145.129.126:/opt/tameagents/.env.production .env.production && PATH=/opt/homebrew/bin:$PATH bash tools/scripts/sync-github-secrets.sh --env-file .env.production --environment staging

Bootstrap the workspace

Clone the repository, run `pnpm install`, and open the workspace in VS Code. The Agents Map will index automatically.

git clone https://github.com/tameagents/tameagents.git && cd tameagents && pnpm install

Verify CLI + docs

Run `pnpm --filter @tameagents/website build` to ensure the docs site compiles, then run `pnpm tameagents report conflicts --json` to test the CLI.

Need Docker?

Run docker compose --env-file .env.production -f docker/docker-compose.yml up -d --build website to mirror the staging setup. Update the Traefik host in .env.productionif you need SSL locally.

Privacy questions? Review the privacy center before enabling analytics via NEXT_PUBLIC_ANALYTICS_ENABLED=true.