{
  "version": "1.0",
  "site": "https://tekiz.ai",
  "description": "Navigation actions for evaluating or starting Tekiz. The same action identifiers are present on the rendered landing-page controls. Account actions require the visitor to authenticate in the Tekiz account application.",
  "actions": [
    {
      "id": "create-api-key",
      "name": "Create an API key",
      "description": "Open Tekiz account setup to create a hosted API key, verify it, and send a first routed request.",
      "method": "navigation",
      "url": "https://app.tekiz.ai/account.html?plan=pro&start=create_key&utm_source=agent&utm_medium=discovery&utm_campaign=agentic-onboarding",
      "authentication": "Tekiz account session required"
    },
    {
      "id": "view-live-demo",
      "name": "View the live dashboard demo",
      "description": "Open the public dashboard demo to inspect current hosted profile capacity 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"
    }
  ]
}
