{
  "$schema": "https://agents-txt.com/schema/agents-json/v1.0.json",
  "version": "1.0",
  "standard": "https://agents-txt.com",
  "site": {
    "name": "tinysend",
    "url": "https://tinysend.com",
    "description": "newsletter and email platform for humans and agents"
  },
  "authorization": {
    "protocols": [
      "auth-md",
      "agent-auth"
    ],
    "discovery": "https://id.tinysend.com/.well-known/oauth-authorization-server",
    "agentAuth": "https://id.tinysend.com/.well-known/agent-configuration"
  },
  "api": {
    "url": "https://api.tinysend.com/v1",
    "openapi": "https://api.tinysend.com/v1/openapi.json",
    "description": "REST API for newsletters, subscribers, emails, domains, and usage"
  },
  "mcp": [
    {
      "url": "https://mcp.tinysend.com",
      "type": "streamable-http",
      "description": "create newsletters, manage subscribers, send emails, view stats"
    }
  ],
  "skills": [
    {
      "url": "https://tinysend.com/.well-known/agent-skills/platform/SKILL.md",
      "description": "auth, API, MCP, scopes, discovery — start here"
    },
    {
      "url": "https://tinysend.com/.well-known/agent-skills/newsletters/SKILL.md",
      "description": "newsletters, subscribers, posts, sending, tracking, waitlists"
    },
    {
      "url": "https://tinysend.com/.well-known/agent-skills/mailboxes/SKILL.md",
      "description": "inbound email, disposable addresses, handlers"
    },
    {
      "url": "https://tinysend.com/.well-known/agent-skills/deliverability/SKILL.md",
      "description": "sender domain, DNS, warm-up, bounces, reputation"
    },
    {
      "url": "https://tinysend.com/.well-known/agent-skills/webhooks/SKILL.md",
      "description": "real-time event notifications, 36 events, signatures"
    },
    {
      "url": "https://tinysend.com/.well-known/agent-skills/automations/SKILL.md",
      "description": "AI automations: quality checks, triage, extraction, digests, domain health"
    }
  ]
}