TheDocumentation Index
Fetch the complete documentation index at: https://docs.scoutica.com/llms.txt
Use this file to discover all available pages before exploring further.
scoutica org command suite manages your Recruiter Card. This represents an employer, agency, or fractional recruiter looking to hire from the Scoutica network.
scoutica org init
Scaffolds a new Recruiter Card.
- Organization Details (Name, Domain, Description, Industry)
- Team Model (
solo,organization, oragency) - Hiring Rules (Standard SLA, allowed engagement types, base salary floor)
recruiter_profile.json and hiring_rules.yaml.
scoutica org verify
Verifies your organization’s domain ownership via a DNS TXT record. This establishes your initial trust score in the network and prevents impersonation.
- Generate a unique SHA-256 validation hash
- Provide instructions to add a
TXTrecord (e.g.,_scoutica.company.com) - Continuously poll DNS (
dig) until the record propagates - Update your
recruiter_profile.jsonwith the verified timestamp and hash.
scoutica org publish
Commits your organization card and any active role postings to GitHub. This publishes your identity to the network.
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.