SEIGYO
Private Pilot

Team control room for firms that need rule truth, not more dashboard theater.

The team workspace is live only for a small pilot cohort right now. Starter and Pro do not unlock this surface. If you need org policies, trader seats, kill switches, and audit-grade rule review, request pilot access and we’ll validate fit manually.

Policies + seats + kill switchesFounder-led onboardingNo public team billing yet
Access state
Public preview

The public page stays open so buyers can understand the surface, but the live workspace remains gated until the team tier is real.

Engine

One evaluation shape for rules, intervention, and review.

The pilot keeps the guardrail shape explicit. You can see what the evaluation contract looks like before you commit to an integration discussion.

Rule evaluation before escalation

Pilot access is for firms that want a measurable control layer around execution drift, not a generic dashboard.

Behavioral leak detection

Surface revenge-trade sequences, size drift, loss clustering, and post-break bleed in one review loop.

One workspace for risk ops

Centralize desks, trader seats, policies, kill switches, and audit visibility for a small pilot cohort first.

Integration path stays visible

The pilot keeps the SDK and evaluation shape visible so technical buyers can assess fit before procurement work starts.

Pilot integration shape
from seigyo import SeigyoClient, Trade, RuleDefinition, SessionState

client = SeigyoClient(api_key="sg_your_key_here")

result = client.evaluate(
    trade=Trade(symbol="NQ", side="buy", quantity=2, price=18450.0, pnl=-320.0),
    rules=[
        RuleDefinition(rule_type="max_loss_per_day", params={"max_loss": 2000}, severity="block"),
        RuleDefinition(rule_type="max_consecutive_losses", params={"max": 3}, severity="block"),
    ],
    session_state=SessionState(trade_count_today=12, cumulative_pnl=-1680.0, consecutive_losses=3),
)

if result.verdict != "approved":
    route_for_review(result)
else:
    execute_trade()
Use cases

The pilot is for constrained risk operations, not mass rollout.

Prop operations

Use SEIGYO as the review and intervention layer for challenge-rule drift, kill switches, and seat-level accountability.

Focus: reducing preventable rule-break sequences before they become payout or account-risk events.

Automation oversight

Monitor bot or agent activity where human overrides, configuration drift, or manual intervention create hidden execution risk.

Focus: catching operator-introduced risk before it propagates through the rest of the system.

Founder-led pilot teams

Start with a constrained cohort where rules, workflow, and operating assumptions are reviewed with you directly.

Focus: honest fit validation instead of selling an enterprise contract the product cannot yet support.

Access model

No public team billing yet.

The live application currently bills only Starter and Pro. Those plans do not include the team control room. Team workspace access is restricted to a private pilot allowlist until a real team tier, quotas, and admin controls are fully hardened.

Included today

Audit, forensics, rules, overlay, and the current Starter/Pro workflow.

Pilot only

Org policies, trader seats, team API keys, and the live control room until the B2B surface is fully billable and enforced.

Waitlist

Request private-pilot access.

We’re using a manual intake here on purpose. If your use case matches the current B2B surface, we’ll review it directly instead of pretending the team product is generally available.

Best current fit
  • Small prop-operation pilot cohort
  • Risk desk that needs firm policies and trader seats
  • Automation team that wants rule evaluation before intervention escalates

Want product proof before any pilot conversation?