Go2
  • Pricing
  • Docs
  • Blog
OverviewMCP serverREST APISkillsllms.txtOpenAPI 3.1
For builders of AI agents

The link primitive for AI agents.

Every link an agent creates carries agent_id, agent_run_id, and agent_actor_id. Every click is queryable through REST, MCP, or webhooks. Sub-10ms redirects. Open source.

5-min quickstartInstall MCPView APIGitHub

MCP server

Stdio + remote with OAuth 2.1. One install per agent runtime.

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

Embed Go2's full capability surface into your own AI app's context window.

Three ways to start

MCP — Claude Code
stdio
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"
REST — curl
bearer
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
  • REST API
  • vs. Dub.co
  • AGENTS.md & Skills

product

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

solutions

  • For Agencies
  • For Creators
  • For Developers
  • Enterprise

resources

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

company

  • About
  • Contact
  • Changelog
  • Status
  • GitHub

© 2026 Go2. All rights reserved.

X (Twitter)GitHubPrivacyTermsCookiesAcceptable UseDPA
All systems operational