the claude hub

Everything Claude, for GTM & marketing teams

Clear, current, hands-on guides to Claude, Claude Code, the API, Dispatch, Routines, MCP, and Skills - written by an operator who runs them daily. No hype, just what works and how to do it.

learning paths

Prefer a guided route?

Curated, in-order tracks through the library. Follow one start-to-finish, or jump straight to any guide below.

For builders

Master Claude Code

Go from install to running multi-agent coding workflows you can trust.

  1. Claude Code: install and your first agent run soon
  2. Context & CLAUDE.md: keeping Claude Code on track soon
  3. Plan mode & permissions in Claude Code soon
  4. Subagents in Claude Code: agent teams that scale soon
  5. MCP in Claude Code: connect your tools soon
  6. Skills in Claude Code: expert knowledge on tap soon
For operators

Automate your GTM with Claude

Put Claude on a schedule and run go-to-market work unattended.

  1. Claude Routines: scheduled cloud agents, explained
  2. Claude Dispatch: run desktop tasks from your phone soon
  3. /loop vs Routines vs scheduled tasks: which to use soon
  4. Remote control: drive local Claude Code from anywhere soon
For developers

Build on the Claude API

Ship production features on the Developer Platform, from first call to agents.

  1. The Claude API: a quickstart soon
  2. Tool use with the Claude API soon
  3. Structured outputs: get clean JSON from Claude soon
  4. Prompt caching: cut Claude API cost and latency soon
  5. The Claude Agent SDK: build your own agents soon
  6. Managed Agents: server-run, stateful Claude agents soon
the full library

Browse every guide

Claude apps

9 guides
Apps

Claude Projects: persistent, context-rich workspaces

Group files, custom instructions, and project knowledge Claude loads automatically.

Coming soonNotify me →
Apps

Claude Artifacts: interactive outputs you can ship

Render apps, docs, and visuals in a side panel - with persistence and live data.

Coming soonNotify me →
Apps

Claude Memory: how it works and how to steer it

What Claude remembers across chats, and how to control or clear it.

Coming soonNotify me →
Apps

Web search in Claude: answers beyond the cutoff

How real-time search works in the apps and when to trust it.

Coming soonNotify me →
Apps

Claude voice mode: talk to Claude with /voice

Push-to-talk voice input, supported languages, and where it fits.

Coming soonNotify me →
Apps

Files & vision in Claude: PDFs, images, and docs

What Claude can read and analyze when you upload files - and the limits.

Coming soonNotify me →
Apps

The Claude desktop app: multi-session and diffs

Visual diff review, multiple sessions, scheduled tasks, and cloud launch.

Coming soonNotify me →
Apps

Claude on mobile: the app, Claude Code, remote control

Use Claude and drive Claude Code sessions from your phone.

Coming soonNotify me →
AppsMCP

Claude Connectors: link Slack, Drive, Calendar & more

Connect external tools to Claude in the apps via MCP connectors.

Coming soonNotify me →

Claude Code

13 guides
Claude Code

Claude Code: install and your first agent run

Set it up and understand the gather - act - verify loop.

Coming soonNotify me →
Claude Code

Claude Code everywhere: CLI, IDE, desktop, web

CLI vs VS Code vs JetBrains vs desktop vs web, plus remote control.

Coming soonNotify me →
Claude Code

Context & CLAUDE.md: keeping Claude Code on track

The context window, /context, CLAUDE.md, auto-memory, and compaction.

Coming soonNotify me →
Claude Code

Plan mode & permissions in Claude Code

Plan-before-edit and the default / auto-accept / auto permission modes.

Coming soonNotify me →
Claude Code

Checkpoints in Claude Code: rewind without git

File snapshots before each edit, and how they differ from version control.

Coming soonNotify me →
Claude Code

Claude Code slash commands: the reference

Every built-in command and when to reach for it.

Coming soonNotify me →
Claude CodeAgents

Subagents in Claude Code: agent teams that scale

Delegate bounded work to isolated-context workers and keep the main thread lean.

Coming soonNotify me →
Claude Code

Claude Code hooks: automate format, lint, and alerts

Run shell commands before/after actions via settings.json.

Coming soonNotify me →
Claude CodeMCP

MCP in Claude Code: connect your tools

Configure MCP servers so Claude can read your data and act in your stack.

Coming soonNotify me →
Claude CodeSkills

Skills in Claude Code: expert knowledge on tap

Author and use SKILL.md bundles that load only when relevant.

Coming soonNotify me →
Claude Code

Claude Code settings & permissions

settings.json, permission allowlists, and org-to-personal policy scoping.

Coming soonNotify me →
Claude Code

Claude Code + git & GitHub: commits, PRs, CI

Wire Claude into your git workflow, PR review, and CI pipelines.

Coming soonNotify me →
Claude Code

Claude Code: cloud vs local execution

When to run on your machine vs Anthropic's cloud, and the tradeoffs.

Coming soonNotify me →

Build with Claude

12 guides
API

The Claude API: a quickstart

Keys, SDKs, and your first Messages API call.

Coming soonNotify me →
API

Tool use with the Claude API

Define tools and let Claude call them in an agentic loop.

Coming soonNotify me →
API

Streaming responses from Claude

Token-by-token output and why it matters for UX and timeouts.

Coming soonNotify me →
API

Prompt caching: cut Claude API cost and latency

How prefix caching works and how to avoid silently breaking it.

Coming soonNotify me →
API

Structured outputs: get clean JSON from Claude

Schema-constrained responses you can parse with confidence.

Coming soonNotify me →
API

Adaptive thinking & effort on the Claude API

Trade latency and tokens for reasoning depth - the right way.

Coming soonNotify me →
API

Files, vision, PDFs & citations on the API

Upload once, reference everywhere, and ground answers in sources.

Coming soonNotify me →
API

Batch API & token counting for cost control

Process at half price and measure tokens before you spend.

Coming soonNotify me →
APIAgents

The Claude Agent SDK: build your own agents

The same loop, tools, and context management as Claude Code, in your code.

Coming soonNotify me →
APIAgents

Managed Agents: server-run, stateful Claude agents

Let Anthropic run the loop and host the tool sandbox - when and why.

Coming soonNotify me →
API

Server-side tools: code execution, computer use, web

Anthropic-hosted tools you declare and Claude runs.

Coming soonNotify me →
API

Claude on Bedrock, Vertex, Foundry & AWS

Running Claude through the major cloud platforms and what differs.

Coming soonNotify me →

Automate & Schedule

5 guides
Claude CodeAutomation

Claude Routines: scheduled cloud agents, explained

Claude Routines are scheduled Claude Code agents that run in Anthropic's cloud on a cron schedule, API call, or GitHub event -...

9 min readRead →
Claude CodeAutomation

Claude Dispatch: run desktop tasks from your phone

Text a task to your desktop Claude and pick up the result later - runs locally.

Coming soonNotify me →
Claude CodeAgents

Background agents: run many Claude agents at once

Fan out parallel agents and watch them from one screen.

Coming soonNotify me →
Automation

/loop vs Routines vs scheduled tasks: which to use

Three ways to repeat work in Claude - and exactly when each fits.

Coming soonNotify me →
Claude Code

Remote control: drive local Claude Code from anywhere

Run sessions on your machine but control them from a browser or phone.

Coming soonNotify me →

Core Concepts

6 guides
PromptingConcepts

Prompting Claude: what actually moves the needle

The things that reliably improve Claude's output are mostly structural: paste the real source material instead of describing...

12 min readRead →
Concepts

Context & memory in Claude, explained

Context windows, compaction, and memory - the concept behind every surface.

Coming soonNotify me →
ConceptsMCP

What is MCP? The Model Context Protocol, explained

The open standard that lets Claude plug into your tools and data.

Coming soonNotify me →
ConceptsSkills

What are Claude Skills? And when to use them

Reusable expertise that loads on demand - and when it beats a prompt.

Coming soonNotify me →
ConceptsAgents

What is an AI agent? The agentic loop, explained

Perceive, reason, act - and how agent teams compose.

Coming soonNotify me →
Concepts

Claude's tools: client-side vs server-side

The tool space and who runs what.

Coming soonNotify me →

Govern

5 guides
Govern

Claude data & privacy: training, retention, ZDR

What's stored, training opt-out, and zero-data-retention options.

Coming soonNotify me →
Govern

Running Claude agents safely

Permissions, checkpoints, human-in-the-loop, and guardrails for autonomy.

Coming soonNotify me →
Govern

Claude compliance: SOC 2, ISO, HIPAA, enterprise

The certifications and controls that matter for regulated teams.

Coming soonNotify me →
Govern

Controlling Claude cost across app, Code & API

Model choice, caching, effort, and batch - where the money goes.

Coming soonNotify me →
Govern

Claude for teams: admin, SSO & governance

Seats, SSO, and the controls admins need at Team/Enterprise scale.

Coming soonNotify me →

New Claude guides, every couple of weeks

Get the best of the Claude hub plus AI-for-GTM use cases in your inbox.

Subscribe →