Skip to content

org

The scoutica org command suite manages your Recruiter Card. This represents an employer, agency, or fractional recruiter looking to hire from the Scoutica network.

Scaffolds a new Recruiter Card.

Terminal window
scoutica org init

The interactive wizard asks for:

  • Organization Details (Name, Domain, Description, Industry)
  • Team Model (solo, organization, or agency)
  • Hiring Rules (Standard SLA, allowed engagement types, base salary floor)

This creates recruiter_profile.json and hiring_rules.yaml.

Verifies your organization’s domain ownership via a DNS TXT record. This establishes your initial trust score in the network and prevents impersonation.

Terminal window
scoutica org verify --domain company.com

The CLI will:

  1. Generate a unique SHA-256 validation hash
  2. Provide instructions to add a TXT record (e.g., _scoutica.company.com)
  3. Continuously poll DNS (dig) until the record propagates
  4. Update your recruiter_profile.json with the verified timestamp and hash.

Commits your organization card and any active role postings to GitHub. This publishes your identity to the network.

Terminal window
scoutica org publish

This uses the GitHub CLI (gh) to create a remote repository (if it doesn’t exist) and pushes the .scoutica tree. If gh is not installed, it provides git commands to push manually.