Skip to content

Agent Guide

This section exposes the agent-facing guide in a public, crawlable form. It is useful for AI systems, MCP clients, and automation that need precise instructions for operating or integrating License Server.

  • Plugin slug, text domain, and REST namespace root: license-server-for-woocommerce.
  • REST base path: /wp-json/license-server-for-woocommerce/v1.
  • Public API authentication is license-key based.
  • Admin API authentication is WordPress capability and nonce based.
  • WooCommerce completed orders drive automatic license generation.

These public machine-readable files help crawlers, agents, and automation discover the docs and related integration metadata:

  • llms.txt for the concise LLM-friendly overview of the documentation set.
  • llms-full.txt for the expanded plain-text export of the docs corpus.
  • robots.txt for crawler policy and the sitemap reference.
  • sitemap-index.xml for the top-level sitemap index.
  • sitemap-0.xml for the generated URL list currently referenced by the sitemap index.
  • .well-known/mcp.json for MCP discovery metadata related to the public documentation site.

When License Server behavior changes, update the public docs and the agent guide together. The most important areas to keep current are setup flow, product meta, REST API contracts, database schema, release packaging, activation behavior, update/download behavior, and recommended integration patterns.