TRAFFIX · traffixads.com

Developers portal

API docs, OpenAPI, MCP, and agent discovery for TRAFFIX — the official Telegram Ads reseller platform at traffixads.com.

Developer resources

  • AI catalog (ARD)

    Agentic Resource Discovery manifest at /.well-known/ai-catalog.json — how agents trust and list TRAFFIX capabilities.

    https://traffixads.com/.well-known/ai-catalog.json

  • OpenAPI

    Machine-readable OpenAPI for the TRAFFIX cabinet API (auth, campaigns, creatives, channels).

    https://traffixads.com/.well-known/openapi.json

  • API catalog (RFC 9727)

    Linkset catalog for automated service discovery.

    https://traffixads.com/.well-known/api-catalog

  • MCP server card

    Model Context Protocol server card for marketing/read-only agent resources.

    https://traffixads.com/.well-known/mcp/server-card.json

  • MCP discovery (/.well-known/mcp)

    Canonical MCP well-known endpoint (also /.well-known/mcp.json).

    https://traffixads.com/.well-known/mcp

  • Agent skills index

    Indexed skills: llms.txt brief, auth docs, API catalog.

    https://traffixads.com/.well-known/agent-skills/index.json

  • TypeScript SDK (@traffixads/sdk)

    npm package scaffold for cabinet API v1 — login, campaigns pagination, async jobs.

    https://traffixads.com/developers#sdk

  • Authentication (auth.md)

    JWT login flow for developers and AI agents integrating with TRAFFIX.

    https://traffixads.com/auth.md

  • llms.txt

    Canonical entity brief for LLMs and AI search engines.

    https://traffixads.com/llms.txt

  • Guide search API

    Markdown search over TRAFFIX Telegram Ads guides.

    https://traffixads.com/api/agent/search-guides?q=telegram+ads

Quick start

  1. Read auth.md for JWT registration and login.
  2. Import OpenAPI into your client or agent toolchain.
  3. Point ARD-compatible agents at /.well-known/ai-catalog.json.

TypeScript SDK

Install @traffixads/sdk for typed calls against /api/v1 (rate-limit headers, Idempotency-Key, JSON errors, pagination, async jobs).

npm install @traffixads/sdk
import { TraffixClient } from '@traffixads/sdk';
const client = new TraffixClient();
await client.login(email, password);

Support: @traffix_support · support@traffixads.com · Home