n10
ProductPricingBlogDocsAPI
Log inGet started

API Reference

The n10 REST API lets you create and manage links programmatically. Authenticate with a TinTorch Account API key using the Authorization header.

Authentication

n10 uses your TinTorch Account as the single source of API keys. Create a key under Developer → API keys with the read and/or write scope (write is required to create or delete links).

Authorization: Bearer tt_live_xxxxxxxxxxxxx

Endpoints

GET/api/v1/links
List your links. Optional ?limit= (max 100).
POST/api/v1/links
Create a link.
curl -X POST https://n10.in/api/v1/links \
  -H "Authorization: Bearer tt_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com", "slug": "launch", "domain": "n10.in" }'
GET/api/v1/links/:id
Retrieve a single link.
DELETE/api/v1/links/:id
Delete a link.

MCP server

n10 also speaks the Model Context Protocol, so AI agents (Claude Code, Claude.ai, Cursor, …) can shorten and manage links directly. The endpoint is /api/mcp and authenticates with the same Bearer API key. Available tools: shorten_link, list_links, get_link, delete_link.

# Add the n10 MCP server to Claude Code
claude mcp add --transport http n10 https://n10.in/api/mcp \
  --header "Authorization: Bearer tt_live_xxx"

Go to dashboard →

n10

The link layer for modern businesses.

n10 - Link infrastructure for enterprise | Product Hunt

Product

  • Pricing
  • API Docs
  • Sign in

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Acceptable Use
  • Refunds & Cancellation

© 2026 n10. All rights reserved.

Made for modern businesses.