Skip to main content

Activation Fastlane

The GrayMatter activation fastlane is the default first-run path for reviewers, operators, and customer setup flows. It runs hosted readiness checks, demonstrates the core memory path, and writes a machine-readable result artifact.

Run It

scripts/graymatter-activation-fastlane.sh

The fastlane checks:

  • hosted service health
  • authentication readiness
  • descriptor availability
  • schema visibility
  • reviewer-safe demo behavior

It writes results to:

artifacts/graymatter-activation-fastlane/result.json

Use This For

  • customer onboarding validation
  • internal release review
  • hosted environment smoke tests
  • demo readiness checks

Break-Glass Mode

Raw bearer token handling is supported only for debug or break-glass usage. Normal first-run setup should use the standard login/session flow so users do not pass tokens around manually.

CI Check

scripts/test-graymatter-activation-fastlane.sh

Related: