{
  "markdown": "# fst\n\nPlatform management for [fleetstreet](https://fleetstreet.ai) — license your creative work to AI, on your terms. Tenant admin, analytics, AI licensing, compliance evidence, support tickets - from the terminal.\n\n## Install\n\n```bash\nnpm install -g fleetstreet-cli\n```\n\n## Quick Start\n\n```bash\n# Login with your SuperAdmin API key\nfst login --key YOUR_SA_API_KEY\n\n# Platform dashboard\nfst stats\n\n# Revenue metrics\nfst revenue\n\n# Signup funnel\nfst funnel\n\n# List all tenants\nfst tenants\n\n# View a tenant\nfst tenant show TENANT_ID\n\n# Support tickets\nfst tickets\nfst ticket show TKT-abc123\n\n# Chat with τAI h-conductor\nfst tai \"show me open P0 bugs\" --dept dev\n\n# AI Licensing (A2A copyright moat)\nfst licensing harbourlight               # licensing overview for a creator\nfst licensing harbourlight register ID   # register a work (image, writing, video, or track)\nfst licensing harbourlight issue ID      # issue a scoped AI licence (view|derivative|train)\nfst licensing harbourlight access-log    # provable access log (granted + blocked)\n\n# Video works (footage)\nfst videos harbourlight                  # list video works\nfst videos harbourlight create \"Title\" --set videoUrl=https://...  # create (then register + license)\n\n# Voice consent registry (voice works)\nfst voice-consents harbourlight          # list actor consents\nfst voice-consents harbourlight create --actor \"Name\" --email a@x.com --scopes read,summarise\nfst voice-consents harbourlight revoke ID --reason \"...\"   # blocks future licence issuance\n\n# Compliance evidence\nfst compliance                           # snapshot (posture + frameworks + A2A events)\nfst compliance posture                   # CISO posture score (0-100)\nfst compliance frameworks eu-ai-act      # framework assessment\nfst compliance audit-events --filter blocked\nfst compliance export --format json      # export the OCSF audit log\n\n# Full reference\nfst help\n```\n\n## Features\n\n- **Dashboard** - tenant counts, user stats, post/order totals\n- **Revenue** - MRR, ARR, platform fees, payouts\n- **Funnel** - signup → verified ($1) → active → paying\n- **Tenants** - list, view, suspend, activate\n- **Support** - tickets, reply, close\n- **τAI Chat** - talk to h-conductor (6 departments: dev, devops, bizintel, compliance, helpdesk, fixer)\n- **AI Licensing** - register works (images, writing, music), issue/revoke per-use AI licences, provable access log (the A2A copyright moat)\n- **Compliance** - posture score, framework assessment (EU AI Act, NIST AI RMF, SOC 2, Colorado SB24-205, GDPR), OCSF audit-event stream + export\n\n## Compliance-for-agents parity\n\nThe same AI-licensing and compliance surface is exposed to **per-creator agents** over the\n[remote MCP server](https://mcp.fleetstreet.ai/sse) (`mcp.fleetstreet.ai`, v1.3.1, 46 tools). An\nagent authenticated with a creator-scoped `fsk_` key gets read-only `fleetstreet_compliance`,\n`fleetstreet_compliance_posture`, `fleetstreet_compliance_frameworks`, `fleetstreet_compliance_audit_events`\nand `fleetstreet_compliance_export` tools — a per-creator mirror of the `fst compliance` commands here\n(which run platform-wide via the SuperAdmin API). Same evidence, two front doors: this CLI for\nplatform operators, the remote MCP for a creator's own agent.\n\n## Config\n\n```bash\nfst login --local --key YOUR_KEY    # saves to .fst/config.json (project-local)\nfst login --key YOUR_KEY            # saves to ~/.fst/config.json (global)\nfst config                          # show which config is active\n```\n\nLocal config overrides global. Add `.fst/` to your `.gitignore`.\n\n## Agent Integration\n\nAdd to your CLAUDE.md or agent instructions:\n\n```\n## fleetstreet Admin\nUse the fst CLI for platform management.\nKey is in .fst/config.json (auto-loaded).\nRun fst --help for full reference.\n```\n\n## JSON Output\n\nAll commands support `--json` for machine-readable output:\n\n```bash\nfst stats --json\nfst tenants --json\nfst tickets --json\n```\n\n## Documentation\n\n- [fleetstreet](https://fleetstreet.ai)\n- [Roadmap](https://buggazi.com/roadmap.html?tenant=fleetstreet)\n\n## License\n\nProprietary - Tyga.Cloud Ltd. See [LICENSE](./LICENSE).\n",
  "bytes": 4117,
  "sha": "ade7714c4c266d6015f2c8c6497be13b6d00c870a40f01e3fd7775226e0a93fd",
  "repo_slug": "jyswee/fleetstreet",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jyswee_fleetstreet_d90ad1df/readme"
}