Connect Your Agents ⚡

Give Claude, Open Claw, or custom Python scripts secure access to your inbox in minutes. Protect your credentials with fine-grained access control rules.

The Baseline

Complete these steps first to generate your proxy key.

1Create Account

Sign up using the Google Workspace whose Gmail you want agents to access. We handle the OAuth token refresh securely behind the scenes.

Go to Dashboard

2Generate Key

Create a new API Key in the dashboard. Select which email inboxes this key should have access to (including delegated accounts).

sk_proxy_****************

Handling Multiple Email Accounts

A single Proxy Key can grant access to multiple Gmail inboxes if the owner delegates access to you. You do not need multiple api keys to check different emails.

How to query delegated accounts:

Instead of using the "me" shorthand, specify the target email address directly in the API path.

Querying Your Own InboxGET https://fgac.ai/api/proxy/gmail/v1/users/me/messages
Querying Delegated InboxGET https://fgac.ai/api/proxy/gmail/v1/users/boss@company.com/messages

Configure Your Agents

We provide ready-to-use "Skills" tailored for popular AI agents. Just download and install into your agent's workspace.

Claude Code

Install as a workspace skill. Instructs Claude on overriding API endpoints and headers effectively.

View SKILL.md

Save to `./.claude/skills/fgac/SKILL.md`

Claude Cowork

Use this skill format in Claude's desktop interface to provide structured workflow instructions.

View SKILL.md

Load as instructions

Open Claw

A custom skill directory configuration for the open-source agent.

View SKILL.md

Place in `skills/fgac/` folder