{
  "name": "SkinsNode",
  "domain": "skinsnode.com",
  "canonicalUrl": "https://skinsnode.com/",
  "category": "B2B CS2 skin fulfillment API",
  "description": "SkinsNode provides API infrastructure for CS2 skin sellers to access live inventory, create customer orders, automate delivery status, and receive signed callbacks.",
  "audience": [
    "CS2 skin stores",
    "lootbox platforms",
    "reward platforms",
    "marketplaces",
    "skin apps and tools"
  ],
  "valueProposition": [
    "Live CS2 skin catalog access",
    "API-based customer order creation",
    "Signed order.updated webhooks",
    "Polling fallback for order state",
    "No monthly fees",
    "Pay after successful order execution"
  ],
  "api": {
    "baseUrl": "https://api.skinsnode.com",
    "authHeaders": [
      "x-client-id",
      "x-client-secret"
    ],
    "endpoints": [
      "GET /v1/health",
      "GET /v1/wallet",
      "GET /v1/catalog",
      "POST /v1/orders",
      "GET /v1/orders/{externalId}"
    ],
    "webhookEvent": "order.updated",
    "webhookSignature": "HMAC-SHA256 over <x-timestamp>.<raw request body>"
  },
  "contact": {
    "telegram": "https://t.me/tek9nino"
  },
  "machineReadableResources": {
    "llms": "https://skinsnode.com/llms.txt",
    "legacyLlmAlias": "https://skinsnode.com/llm.txt",
    "openapi": "https://skinsnode.com/openapi.json",
    "apiReferenceMarkdown": "https://skinsnode.com/docs/api-reference.md",
    "agentPrompt": "https://skinsnode.com/docs/ai-agent-integration.md",
    "agentPermissions": "https://skinsnode.com/agent-permissions.json",
    "agentSkill": "https://skinsnode.com/skill.md",
    "sitemap": "https://skinsnode.com/sitemap.xml",
    "robots": "https://skinsnode.com/robots.txt"
  },
  "lastUpdated": "2026-04-30"
}
