GConnect Google
Integrations

Connections

Connect one or many Google accounts, agency, client, personal. Switch between them at any time.

Clients

One client = one website. Link its Google properties and WordPress once; every Aurora feature picks it up from here.

Add a client
Step 1 of 3: Basics
Client name
Domain
Homepage URL

The homepage URL is what audits crawl first. It is auto-filled from the domain; edit it if the site lives somewhere else (a subfolder, a different scheme).

Google Workspace
2 connected

Sign in with one or more Google accounts, agency, personal, or per-client. Aurora reads each account's Search Console, Analytics 4, Gmail, and Business Profile through one unified UI. Tokens are stored locally and encrypted.

  • Gmail
  • Search Console
  • Analytics 4
  • Calendar
Connected accounts
  • Think Idea KS
    thinkidea2026@gmail.com · linked Jul 25, 2026
  • José DuarteActive
    jduarte6199@gmail.com · linked Jul 25, 2026
Privacy by design
  • Tokens are stored at .aurora/google/ on your machine.
  • Encrypted with AES-256-GCM using your AURORA_SECRET.
  • Read-only Google scopes by default, no data leaves your machine.
  • Sign out anytime to wipe the matching token file locally.
Google setup
5 minutes, one time per machine
1
Create a Google Cloud project

Open the Cloud console and create a new project (or pick an existing one).

console.cloud.google.com
2
Enable the APIs you need

In APIs & Services → Library, enable:

  • Gmail API
  • Google Search Console API
  • Google Analytics Data API & Admin API
  • My Business Account Management & Information APIs
3
Create an OAuth client ID

Go to APIs & Services → Credentials → Create Credentials → OAuth client ID. Choose Web application.

Authorized redirect URI:

http://localhost:3050/api/auth/google/callback
4
Paste credentials into .env.local
PUBLIC_BASE_URL=http://localhost:3050
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
AURORA_SECRET=at-least-32-random-characters-please

Then restart the dev server: npm run dev

5
Sign in (and add more accounts later)

Each click of Add another account opens Google's account picker, pick which Google identity to link. Aurora will pull data through whichever account is set as Active.

WordPress

Connect any WordPress site (≥5.6) with an Application Password. Aurora reads posts/pages, drafts new ones from briefs, and uploads media, no plugin required to start.

Connect a WordPress site
Uses Application Passwords (built into WP 5.6+)
1
Sign into WordPress as an Editor / Admin

Open your site's WP admin (/wp-admin).

2
Generate an Application Password

Go to Users → Profile, scroll to Application Passwords, name it "Aurora", and click Add New Application Password.

WordPress shows a 24-character password (with spaces). Copy it now, you won't see it again.

3
Paste it below
Site URL
Username
Application Password
What Aurora reads/writes
Posts, pages, media, categories, and tags, read + draft. Aurora never touches your real password and never deletes anything without your click.