Platform Administration
Multi-tenant operations, from onboarding to credential isolation
Behind a broker's console sits the platform control plane: how a tenant is onboarded and provisioned, which modules it is entitled to, which venues and instruments it can reach, how reference data is imported and mapped, how credentials are isolated between tenants, and what has to be reviewed before anything is activated in production.
Software infrastructure only. No investment advice, no brokerage services, no guaranteed returns.
01 · Client experience
Broker digital channels
02 · The governed layer
Stretus AI Strategy Infrastructure
03 · Execution authority
Broker execution environment
Why does a broker care about the layer above their own console?
Because it determines their isolation guarantees. In a multi-tenant platform, the question that matters is not what your tenant can do. It is what another tenant cannot do to yours, and that is answered at this layer rather than in your own settings.
A security reviewer assessing a shared or dedicated deployment will ask exactly that. Credential isolation, tenant provisioning and settings resolution are the mechanisms that answer it, and publishing them is more useful than a general assurance that tenants are separated.
The control plane, surface by surface
| Surface | What it governs |
|---|---|
| Tenants | The fleet: which organisations exist, their state, and their onboarding progress |
| Tenant provisioning | Standing up a tenant's infrastructure and its environment boundaries |
| Features | Module entitlement, which capabilities a tenant is licensed and configured for |
| Credential isolation | Keeps one tenant's access material unreachable from another tenant |
| Venues | Which trading venues are represented and enabled |
| Instrument catalogue | The canonical instrument records that contract resolution depends on |
| Market-data mappings | How external feed symbology maps to canonical instruments |
| Reference-data imports | Ingesting and validating the reference data those catalogues rest on |
| Production activation review | The gate before a capability or tenant goes live in production |
| AI management | Provider configuration and governance above the tenant level |
| Tenant admin settings & settings resolution | Defaults, overrides, and which value wins when they conflict |
This is the platform operator's surface, not the broker's. It is documented here because its guarantees are what a broker's security review actually depends on.
What does credential isolation mean concretely?
That whatever access material the platform holds for one tenant cannot be reached from another tenant's context, and that no shared integration credential ever stands in for per-client access, which the framework prohibits in any case.
Under NSE/INVG/67858 of 5 May 2025, API access is per user by unique vendor and client specific key with OAuth authentication and two-factor verification. Open APIs are not permitted. So the platform cannot operate on a pooled credential model even if it wanted to, and isolation is a compliance requirement rather than only a security preference.
Where a tenant supplies its own AI-provider keys, those are protected at rest and used only for authorised provider requests under that tenant's policy.
Why is the instrument catalogue a control rather than a data set?
Because contract resolution depends on it, and derivative correctness depends on contract resolution. Canonical underlying identity, series with venue and expiry, and contract-level strike, right, lot, expiry class and price precision all originate here.
That is why reference-data imports are validated rather than merely ingested. A malformed or stale catalogue does not produce an obvious error. It produces a resolution that is subtly wrong, and a strategy tested against a subtly wrong contract returns a plausible number.
Market-data mappings sit alongside it for the same reason: feed symbology that maps to the wrong canonical instrument is impossible to tell apart from correct data until it reaches a position.
What does production activation review gate?
Going live. A capability, tenant or configuration that works in a staging environment is not automatically production-eligible, and the review is the deliberate step between the two.
The onboarding pipeline makes the same point operationally: tenant info collected, admin account created, modules configured, and so on, stages that complete in sequence with the incomplete ones visible rather than assumed. A tenant that is two of six steps through provisioning shows as exactly that.
Broker and exchange procedures remain authoritative for each production rollout, so this review is the platform's own gate and not a substitute for yours.
What does a broker get from this being visible?
The ability to ask specific questions during a security review instead of general ones, and to get answers about mechanisms rather than assurances about intentions.
Concretely: how are our credentials isolated from other tenants; which modules are we entitled to and who can change that; how is the instrument catalogue our contracts resolve against validated; what has to happen before a change reaches our production environment. Each of those has a surface behind it.
Surfaces
What each surface does
The product surfaces this page covers, named as they appear in the application.
- Tenants
- The fleet view: which organisations exist on the platform, their state, and how far through onboarding each has progressed. A tenant two of six steps through provisioning shows as exactly that rather than being assumed complete.
- Tenant Provisioning
- Standing up a tenant's infrastructure and its environment boundaries. It is the mechanism behind the isolation guarantee a security review is actually asking about, what separates your tenant from every other one is established here rather than in your own settings.
- Features (module entitlement)
- Which capabilities a tenant is licensed and configured for. Capability breadth on this platform comes from entitlement rather than from separate purchases, so this is the surface that determines what a given deployment exposes, and it means a deployment shows what was scoped rather than everything that exists.
- Production Activation Review
- The gate between staging and production. A capability, tenant or configuration that works in a staging environment is not automatically production-eligible, and this is the deliberate step between the two. Broker and exchange procedures remain authoritative for each production rollout, so this is the platform's own gate and not a substitute for yours.
Ownership boundaries
Where Stretus sits in the stack
Benefits
Business benefits
Isolation you can interrogate
Credential isolation and tenant provisioning are named mechanisms, so a security review can ask about them specifically.
Entitlement as a control
Module availability is configured per tenant, so a deployment exposes what was scoped rather than everything that exists.
Validated reference data
Catalogues and mappings are imported through validation, because a subtly wrong contract produces a plausible wrong result.
A deliberate production gate
Activation review sits between staging and production rather than being assumed by a successful deploy.
Use cases
Enterprise operating situations
Illustrative operating situations. Availability varies by broker, exchange, account, connector and tenant.
- Challenge
- Establish what separates our tenant from every other tenant on the platform.
- Stretus role
- Publish credential isolation, tenant provisioning and settings resolution as named mechanisms with defined behaviour.
- Outcome
- A review that proceeds on mechanisms rather than on assurances.
- Challenge
- Onboard a new broker without half-provisioned state going unnoticed.
- Stretus role
- Track the onboarding pipeline stage by stage and surface incomplete tenants with what remains.
- Outcome
- Provisioning state that is visible rather than inferred.
Security posture
Security considerations
- Credential isolation between tenants
- Access material is separated per tenant, and no shared integration credential ever substitutes for per-client access.
- Per-user keys are mandatory, not optional
- Under NSE/INVG/67858 of 5 May 2025 access is by unique vendor and client specific key with OAuth and two-factor verification; open APIs are not permitted.
- Entitlement-bounded capability
- A tenant reaches the modules, venues and instruments it is provisioned for, and nothing beyond them.
- Production changes are reviewed
- Activation review is a required step, and broker and exchange procedures remain authoritative for each production rollout.
Answers
Frequently asked questions
Is this surface something our team uses?
No. It is the platform operator's control plane, not the broker's. It is documented publicly because the isolation and validation guarantees it provides are what a broker's security review actually depends on, and general assurances are less useful than named mechanisms.
How are our credentials separated from other tenants?
Through credential isolation at the platform layer, which keeps one tenant's access material unreachable from another's. The rules also rule out pooled access: API access is per user by unique vendor and client specific key, with OAuth sign-in and two-factor verification. If you need the exact storage design for a security review, ask and we will document it for your deployment.
Who decides which modules we get?
Module entitlement is configured per tenant and established during scoping and deployment. Capability availability depends on tenant configuration, plan entitlements, connector readiness and deployment policy.
What stops a bad instrument record reaching our strategies?
Reference-data imports are validated rather than merely ingested, and market-data mappings are maintained against canonical instruments. It matters because a malformed catalogue does not fail loudly. It resolves to a subtly wrong contract, which then produces a plausible wrong backtest.
Ecosystem
Related capabilities
Enterprise Security
Self-hosted deployment, tenant isolation, BYOK, controlled egress and role-based access, with an explicit statement of the certifications we do not hold.
Broker Console
Deployment control, algo authorization, execution control, risk and exposure, order monitoring and audit governance, the broker's own operating surface.
Options & Derivatives
Expiry, strike, right, lot and margin preserved from exploration through execution, grouped exits and reconciliation, with scoped HALT-NEW controls.
Arrange a working demonstration
Review strategy creation, F&O contract handling, backtesting, broker controls and integration boundaries with the team. If you would rather talk to an engineer than a salesperson, say so and we will arrange that instead.
Risk and disclosure
Trading and derivatives involve risk of loss. AI output requires review. Backtests and simulations do not predict future results; live outcomes can differ because of costs, latency, slippage, liquidity, rejections, broker rules and market conditions. Availability varies by broker, exchange, account, connector and tenant. Product information only; not investment advice.