Claude (Anthropic) Integration

Generate and edit documents with Claude Haiku 4.5, Sonnet 4.6, or Opus 4.7.

AI Provider

Claude (Anthropic)

Use your Anthropic API key to generate and transform documents with the Claude family. Pick Haiku 4.5 for fast, cheap drafts; Sonnet 4.6 for balanced output; or Opus 4.7 for the highest-quality long-form work. The editor pipes your prompt and document context into Claude and inserts the response into the canvas.

Best for

  • Legal, compliance, and policy teams that prefer Claude's long-context behavior
  • Multi-step editorial workflows where reasoning quality matters more than latency
  • Teams already standardized on Anthropic for code + business workflows

What it supports

  • Generate new sections from prompts
  • Translate or rewrite selection, page, or whole document
  • Insert content inside a selected container (page/section/column)
  • Three-model cascade: Haiku 4.5 → Sonnet 4.6 → Opus 4.7 on overload
  • "Enhance prompt" assistant for refining vague requests
  • Robust JSON extraction even when Claude wraps output in <json> tags

Setup Steps

  1. 1

    Open https://console.anthropic.com and sign in (or create an account).

  2. 2

    Open API Keys in the left sidebar, click Create Key, name it (e.g. "GJSDocs"), copy the key (starts with "sk-ant-…").

  3. 3

    Make sure your workspace has billing credits at console.anthropic.com/settings/billing.

  4. 4

    In GJSDocs, open Workspace → Integrations and enable Claude (Anthropic).

  5. 5

    Paste the key and Save — the key is AES-256-GCM encrypted before storage.

Sample Variables

Examples of variable keys you can use inside templates:

Prompt: "Draft a power of attorney granting financial decision-making authority"Prompt: "Restructure this contract into clearer numbered clauses"Prompt: "Translate to Spanish, preserve formatting and placeholders"

Security + Reliability Notes

  • - API key encrypted at rest with AES-256-GCM, never returned to the browser
  • - Each request is sent from the GJSDocs server directly to Anthropic with your key
  • - Read-only key validation on save (lists models — does not consume tokens)
  • - Available on Pro and Business plans only

Delivery notes

  • - You pay Anthropic directly for token usage — GJSDocs takes no markup.
  • - Default model is Haiku 4.5 for cost-effective drafts; switch to Opus 4.7 for highest quality.
  • - Cascade automatically falls forward to a larger Claude model when one is rate-limited.