{
  "version": "1.0",
  "site": "https://tekiz.ai",
  "description": "Navigation actions for evaluating or starting TEKIZ.AI. The same action identifiers are present on the rendered landing-page controls. Account actions require the visitor to authenticate in the TEKIZ.AI account application.",
  "actions": [
    {
      "id": "create-api-key",
      "name": "Create an API key",
      "description": "Open TEKIZ.AI account setup to create a hosted API key, verify it, and send a first routed request.",
      "method": "navigation",
      "url": "https://app.tekiz.ai/account?plan=pro&start=create_key&setup=first-request&next=first-request&source_surface=agent-discovery&utm_source=agent&utm_medium=discovery&utm_campaign=agentic-onboarding&utm_content=create-api-key",
      "authentication": "TEKIZ.AI account session required"
    },
    {
      "id": "view-live-demo",
      "name": "View the live dashboard demo",
      "description": "Open the public dashboard demo to see available hosted routes and routing controls.",
      "method": "navigation",
      "url": "https://app.tekiz.ai/demo",
      "authentication": "none"
    },
    {
      "id": "read-quickstart",
      "name": "Read the API quickstart",
      "description": "Open the OpenAI-compatible quickstart for the hosted API endpoint and generated API keys.",
      "method": "navigation",
      "url": "https://tekiz.ai/quickstart",
      "authentication": "none"
    },
    {
      "id": "request-marketplace-access",
      "name": "Request Community marketplace access",
      "description": "Open authenticated Community controls to set direct-peer consent and prepare buyer access. Paid offers appear only when a reviewed provider and settlement rail are live.",
      "method": "navigation",
      "url": "https://app.tekiz.ai/account#community-policy",
      "authentication": "TEKIZ.AI account session required"
    },
    {
      "id": "apply-to-offer-compute",
      "name": "Apply to offer Community compute",
      "description": "Open the authenticated Community panel to create a one-time host enrollment code. Every host remains pending until capacity and security review complete.",
      "method": "navigation",
      "url": "https://app.tekiz.ai/account#community-node",
      "authentication": "verified TEKIZ.AI account required; capacity and security review before activation"
    },
    {
      "id": "download-community-host-checker",
      "name": "Download the Community host checker",
      "description": "Download the public local-only shell checker used to inspect installed Ollama models and conservative RAM or VRAM fit. The check does not enroll a node, contact TEKIZ.AI, create a host ID, or write credentials.",
      "method": "download",
      "url": "https://tekiz.ai/downloads/enroll_community_node.txt",
      "checksumUrl": "https://tekiz.ai/downloads/enroll_community_node.sha256.txt",
      "authentication": "none"
    },
    {
      "id": "enroll-community-node",
      "name": "Check Community provider enrollment availability",
      "description": "Open the authenticated Community panel to create a one-time enrollment code for a host. Enrollment creates a pending node and never activates capacity by itself.",
      "method": "navigation",
      "url": "https://app.tekiz.ai/account#community-node",
      "authentication": "verified TEKIZ.AI account required; capacity and security review before activation"
    }
  ]
}
