{
  "name": "KiloScribe AI inscription interface",
  "version": "1",
  "description": "Machine-readable entry points for agents that quote, publish, and verify Hedera inscriptions.",
  "homepage": "https://kiloscribe.com/ai",
  "documentation": "https://kiloscribe.com/docs",
  "artifacts": {
    "prompt": "https://kiloscribe.com/ai/prompt.md",
    "skill": "https://kiloscribe.com/ai/SKILL.md",
    "typescript": "https://kiloscribe.com/ai/inscriber.ts",
    "llms": "https://kiloscribe.com/llms.txt"
  },
  "capabilities": [
    {
      "id": "inscribe.hcs-1",
      "standard": "HCS-1",
      "description": "Publish immutable files and return a topic plus public CDN URL."
    },
    {
      "id": "inscribe.hcs-5",
      "standard": "HCS-5",
      "description": "Publish file content with Hashinal metadata for NFT workflows."
    },
    {
      "id": "reference.hcs-3",
      "standard": "HCS-3",
      "description": "Use durable Hedera references inside another application."
    },
    {
      "id": "credits",
      "description": "Use KiloScribe credits purchased by card or Base EVM wallet in the workspace."
    }
  ],
  "sdk": {
    "package": "@hashgraphonline/standards-sdk",
    "entrypoint": "inscribe",
    "quoteEntrypoint": "generateQuote",
    "retrieveEntrypoint": "retrieveInscription"
  },
  "safety": {
    "requiresExplicitPaymentApproval": true,
    "privateKeysInPrompts": false,
    "defaultNetwork": "mainnet",
    "quoteBeforeExecution": true
  }
}
