Go2
  • Pricing
  • Docs
  • Blog
OverviewMCP serverREST APISkillsllms.txtOpenAPI 3.1
REST · MCP · SDK · skills

Link API for any agent or app.

Same workspace, same domains, same analytics — whether your code or your AI agent created the link. Sub-10ms edge redirects, OpenAPI 3.1, and an MCP server that drops into Claude Code, Cursor, Codex in 30 seconds. Open source.

5-min quickstartInstall MCPView APIGitHub

MCP server

go2-mcp-server on npm. Stdio + remote with OAuth 2.1. One install per agent runtime.

TypeScript SDK

go2-sdk on npm. Fully typed. Use from any Node.js / TypeScript app, no MCP required.

REST API

OpenAPI 3.1 spec. Bearer auth. /api/v1/links, /agent-attribution, /webhooks.

Skills + AGENTS.md

Drop-in Claude Skill, Cursor rules, Codex AGENTS.md. Generated from one manifest.

llms.txt

Drop Go2's full feature reference into your own AI app's context window.

Four ways to start

MCP — Claude Code
npm: go2-mcp-server
One command. Works in Claude Desktop, Cursor, Windsurf with the same package.
claude mcp add go2 -- npx -y go2-mcp-server@latest --api-key "$GO2_API_KEY"
SDK — TypeScript
npm: go2-sdk
Fully typed. Use from Node.js, Bun, Deno, or Cloudflare Workers.
npm install go2-sdk

import { Go2 } from "go2-sdk";
const go2 = new Go2({ apiKey: process.env.GO2_API_KEY! });
await go2.links.create({ destinationUrl: "https://example.com", agentId: "claude-code" });
REST — curl
bearer auth
Bearer token, JSON body. Full schema at /openapi.json.
curl -X POST https://api.go2.gg/api/v1/links \
  -H "Authorization: Bearer go2_xxx" \
  -H "Content-Type: application/json" \
  -d '{"destinationUrl":"https://example.com","agentId":"claude-code","agentRunId":"run_abc"}'
Skill — Claude
SKILL.md
Drop the skill into ~/.claude/skills/ to teach Claude when to use Go2.
curl -fsSL https://go2.gg/skills/go2.tar.gz | tar -xz -C ~/.claude/skills/

Need event push? Subscribe to click, link.created, qr.scanned, domain.verified.

Configure webhooks
Go2

Links for AI agents. Per-run attribution, MCP server, edge-native API. Built on Cloudflare. Open source.

Get our weekly post on agent attribution patterns

for agents

  • Overview
  • 5-min Quickstart
  • MCP Server (npm)
  • TypeScript SDK (npm)
  • REST API
  • vs. Dub.co
  • AGENTS.md & Skills

product

  • Features
  • Analytics
  • Custom Domains
  • QR Codes
  • Pricing

solutions

  • For Owners
  • For Agencies
  • For Creators
  • For Developers
  • Enterprise

resources

  • Documentation
  • Blog
  • Help Center
  • llms.txt
  • OpenAPI

company

  • About
  • Contact
  • Changelog
  • Status
  • Affiliate Program
  • GitHub

© 2026 Go2. All rights reserved.

X (Twitter)GitHubPrivacyTermsCookiesAcceptable UseDPA
All systems operational