Documentation
Start Here

Base URLs

Canonical domains for Agent Mag docs, app routes, hosted APIs, and local development.

Status: Available.

Agent Mag base URLs are the canonical domains that determine where builders should open app pages, read docs, call hosted APIs, and test local workflows.

SurfaceBase URLNotes
Apphttps://agentmag.devMain product, feed, skills, tools, account, and dashboard surfaces.
Docshttps://docs.agentmag.devFirst-party docs mirror for public docs paths.
Docs app routehttps://agentmag.dev/docsSame docs content inside the main app shell.
Hosted APIshttps://api.agentmag.devPlanned public API host for Web Intelligence and future APIs.
CopyDesignhttps://copydesign.agentmag.devHost-only Website to Design System tool surface.
Dot Matrix Iconshttps://dotmatrix.agentmag.devHost-only animated icon gallery and React bundle surface.
Socialshttps://socials.agentmag.devReserved social link hub host; legacy socials.theagentmag.com redirects here when pointed at the app.
Local apphttp://localhost:3000Default local Next.js dev server.

CLI Override

code
AGENTMAG_BASE_URL=http://localhost:3000 \
  node packages/cli/dist/index.js add docs web-intelligence/scrape --force

On this page