Ad Computer Docs

Getting started

The basic flow from public site to app sign-in, Meta connection, and first client usage.

This is the shortest path from the Ad Computer category story to a live Meta-first workflow.

1. Open the app

Go to app.ad.computer and sign in.

The app is the place where you set up the live marketing surface that exists today:

  • sign-in
  • workspace identity
  • Meta connection
  • agent handoff

2. Connect Meta

After signing in, open the Meta connector inside the app and complete the workspace connection flow.

That step attaches the Meta account to the active workspace so downstream tools can use it safely.

3. Choose how you want to work

Once the workspace is connected, you have two immediate paths:

  • work through an MCP-capable client
  • authenticate the local CLI and work through adcom

If you want the CLI path, continue with CLI.

4. Verify the workspace

The quickest local verification flow is:

adcom setup --json --no-open --print-url
adcom status --json

That confirms:

  • the CLI can authenticate against the control plane from any machine
  • the current workspace is known
  • the hosted MCP surface is reachable
  • the Meta connection is usable
  • a default account and workspace context are ready

5. Bridge MCP locally when needed

If a local client expects stdio MCP instead of direct HTTP, run:

adcom mcp serve

This exposes the hosted Ad Computer MCP worker through a local bridge while keeping the remote execution surface unchanged.

On this page