Warlok Docs

Agent + CLI Quickstart

Agents

Agent Onboarding Surface

Warlok publishes human docs and machine-readable discovery files so agents can self-configure CLI and MCP usage.

Discovery URLs

https://warlok.net/docs/cli
https://warlok.net/docs/mcp
https://warlok.net/docs/agents
https://warlok.net/llms.txt
https://warlok.net/llms-full.txt
https://warlok.net/.well-known/warlok-agent.json
https://warlok.net/.well-known/mcp-tools.json

Auth Contract

Use API keys as bearer tokens. Generate keys from dashboard settings, scope to least privilege, and rotate periodically.

Authorization: Bearer <warlok_api_key>

Operational guidance

  • Explicitly trigger generations; never auto-loop requests.
  • Poll status and only download when status is complete.
  • Respect plan limits and rate limits per account.