TopoloSeed
TopoloSeed is an internal staging-only seed and load-test control plane and is not publicly available.
TopoloSeed is an internal Topolo staging control plane for synthetic data, load simulation, timed bursts, and reset planning.
It is not available as a public application and has no production deployment.
What It Is
TopoloSeed is an internal-only Topolo staging tool. It is not a customer-facing product.
Architecture
The application runs only in the Topolo staging Cloudflare account and resolves its Auth boundary through the topolo-seed service slug for operator access.
Runtime Surfaces
TopoloSeed has a staging-only host at seed.stg.topolo.us. It has no production host.
API Reference
The API is private to Topolo operators and is documented in the internal handbook.
Auth and Permissions
Access requires Topolo internal seed permissions.
Data Ownership
TopoloSeed owns synthetic staging seed metadata and run evidence only.
Deployments
TopoloSeed deploys only to staging.
Failure Modes
The public-facing failure mode is accidental exposure. The deployment contract blocks production deployment.
Debugging
Topolo operators should use the internal handbook.
Use It
Open TopoloSeed for the human product surface. The system handbook records its current hosts, ownership, Auth scopes, storage, deployment, failure modes, and machine artifact.
Discover the credential-scoped automation surface before making an API call:
topolo services --query topolo-seed --json
topolo actions --service topolo-seed --json
topolo actions capabilities --service topolo-seed --json
Choose an action, inspect it with topolo actions get <action-id> --json, then validate and plan a published example. The Agent Actions reference exposes the same public schemas, effects, examples, verification, and recovery guidance.
Example workflow:
- Confirm the active identity and organization with
topolo whoami --json. - Discover TopoloSeed and select one published action rather than guessing a route.
- Inspect its input/output schemas and published example.
- Validate and plan the exact payload; obtain confirmation for a mutation.
- Execute and perform every published verification step.
Change Log / Verification
-
Reconciled docs freshness on 2026-06-28 against system-apps/TopoloSeed through cfe4f39; latest commit reviewed was cfe4f39 chore(deps): refresh @topolo-io/app-shell pins (package.json + lockfile), with recent context cfe4f39 chore(deps): refresh @topolo-io/app-shell pins (package.json + lockfile); 86a232d Stop blocking startup on i18n readiness; ec74a92 Adopt canonical Topolo typography.
-
Added the public internal-only notice on 2026-04-30.
-
Verified runtime Auth app identity resolution from the
topolo-seedslug on 2026-05-13.