Rule evaluation before escalation
Pilot access is for firms that want a measurable control layer around execution drift, not a generic dashboard.
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.
The public page stays open so buyers can understand the surface, but the live workspace remains gated until the team tier is real.
The pilot keeps the guardrail shape explicit. You can see what the evaluation contract looks like before you commit to an integration discussion.
Pilot access is for firms that want a measurable control layer around execution drift, not a generic dashboard.
Surface revenge-trade sequences, size drift, loss clustering, and post-break bleed in one review loop.
Centralize desks, trader seats, policies, kill switches, and audit visibility for a small pilot cohort first.
The pilot keeps the SDK and evaluation shape visible so technical buyers can assess fit before procurement work starts.
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 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.
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.
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.
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.
Audit, forensics, rules, overlay, and the current Starter/Pro workflow.
Org policies, trader seats, team API keys, and the live control room until the B2B surface is fully billable and enforced.
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.
Want product proof before any pilot conversation?