GearGenius.AI Suite

Connect Tokens

← Back to Suite

Authenticating…

Total Voice + AI Access

Connect FlatRate Pro profile, stats, estimates, diagnostics, and job status updates to ChatGPT, Claude, MCP servers, and more.

MCP is the preferred route. Every token is linked to your account, scoped to your live data, and revocable at any time. The public FlatRate Pro endpoint is read-first with limited safe writes: structured job logging plus technician job status updates.

Status Checking

Verifying Connect Token access…

Hang tight while we confirm your Total Voice or ShopOS API access for Connect Tokens.

ChatGPT Actions

Custom GPT Integration

  1. Create a token below (label it "chatgpt").
  2. In GPT Builder, go to ConfigureActions.
  3. Click Import from URL and paste:
    https://geargenius.ai/.well-known/frp-gpt-openapi.json
  4. In Authentication, select API KeyCustom.
  5. Header Name: X-User-Token
  6. Paste your token as the Key.
  7. Use it for profile, recent jobs, stats, structured job logging, job status updates, labor estimates, DTC lookup, and vehicle lookup.

Claude Projects

Anthropic Claude

  1. Create a token (label it "claude").
  2. Add API integration in Claude Project settings.
  3. Use token in X-User-Token header.

Zapier / Make

No-Code Automation

  1. Create a token (label it "zapier").
  2. Use Webhooks by Zapier or HTTP module.
  3. Add X-User-Token header.

Custom Apps

REST API

Use the same token with any HTTP client, script, or app for the public profile, lookup, and structured job logging tools.

curl -H "X-User-Token: TOKEN" \
https://geargenius.ai/api/gpt/user/stats

LangChain / AI Agents

Agent Frameworks

  1. Create a token (label it "agent").
  2. Configure API tool with base URL.
  3. Inject token via request headers.

Token creation

Use one token per person and use case, treat tokens like passwords, and revoke immediately

Generate a Connect Token

MCP is the recommended default route. Tokens work with all platforms above. Label them by use case. Tokens are shown once, so store them securely and revoke them if exposed.

Your tokens

Active Connect Tokens

0 tokens
Label Token ID Expires Created Actions
No tokens yet.

Best practices

  • Use separate labels for ChatGPT, Zapier, internal bots, etc.
  • Rotate tokens annually or sooner if sharing with contractors.
  • Always revoke unused tokens to minimize blast radius.

Need help?

Review the Actions API guide and MCP setup guide. Public tools are read-first with two explicit safe writes: create job and update job status. Tokens are hashed and revocable at any time.