Service status ·A8 Core™ · The Operating System for Financial Accounts ·The account operating system · API-first
Company · Design partner program

Design partners. Build the account core with us.

A8 Core™ is pre-general-availability. A design partner shapes the account model, the delegation rules and the evidence format against a real institutional workload, before the interfaces are frozen.

Design partnerIn progress

Book the first conversation

Design-partner engagements start on the calendar, not in an inbox.

Schedule a platform demo Quick connect

What a design partner gets

Access is scoped and contractual. Nothing on this page is generally available.

A named engineering counterpart

Direct access during the build, not a ticket queue.

Influence over the contract

Account types, delegation scopes, reason codes and export schema are still open. Design-partner input is how they get decided.

A sandbox before production

Request API access under the API Terms; production access is separately contracted.

Examination material

The authorization evidence your examiner will ask for, in a format you can review before you depend on it. See Examination support.

Who this fits

Institution-dependent. A design-partner engagement assumes an institution with its own regulatory posture.

InstitutionWhat they typically bringWhat they typically need first
Trust companies and prospective chartersA charter path and an examination calendarAccount titling, custody records, examiner export
Retirement and benefit administratorsPlan and participant volumeAccount types, contribution and distribution flows, tax reporting
Private-markets platformsAlternative asset workflowsAsset servicing, valuation records, subscription handling
Banks and deposit partnersAn FBO deposit relationshipOmnibus cash, reconciliation, money movement

Five surfaces, as they are specified today

These are specified interfaces rendered from the documented contract — not screenshots of a running system, and not a claim of availability. Each carries its own status label. Payload values are illustrative.

1 · Account opening
Account opening · api.a8core.io/v1
POST /v1/accounts
 
{ “clientId”: “cli_8Q2R…”,
  “accountType”: “traditional-ira”,
  “registration”: “individual” }
 
201 Created
{ “accountId”: “acct_31FD…”,
  “status”: “open”,
  “custodian”: “pending_assignment” }
Design partner
2 · Delegation grant
Delegation grant · api.a8core.io/v1
POST /v1/accounts/acct_31FD/delegations
 
{ “grantee”: “adv_5K1P…”,
  “scope”: [“read:positions”, “submit:instruction”],
  “dualApproval”: true,
  “expiresAt”: “2027-07-30T00:00:00Z” }
 
201 Created
{ “delegationId”: “dlg_A77C…”,
  “inherited”: false,
  “revocable”: true }
Design partner
3 · An authorization decision, with its reason code
An authorization decision, with its reason code · api.a8core.io/v1
GET /v1/accounts/acct_31FD/positions
caller adv_5K1P · purpose advisory_review
 
200 OK — partial
{ “decision”: “permit_partial”,
  “reasonCode”: “DELEGATION_SCOPE_NARROWED”,
  “delegationInForce”: “dlg_A77C…”,
  “releasedElements”: [“symbol”, “quantity”],
  “withheldElements”: [“taxLot.costBasis”],
  “decidedAt”: “2026-07-30T18:22:04Z” }
Design partner
4 · Filing receipt
Filing receipt · api.a8core.io/v1
POST /v1/reporting/filings
 
{ “form”: “5498”,
  “taxYear”: 2026,
  “channel”: “IRIS” }
 
202 Accepted
{ “receiptId”: “rcp_0B4E…”,
  “submittedAt”: “2027-01-14T09:02:11Z”,
  “acknowledgement”: “pending” }
Roadmap
5 · Examiner export
Examiner export · api.a8core.io/v1
POST /v1/exports/authorization-evidence
 
{ “accountId”: “acct_31FD…”,
  “from”: “2026-01-01”,
  “to”: “2026-06-30”,
  “format”: “ocsf” }
 
200 OK
{ “decisions”: 41822,
  “schema”: “ocsf/authority”,
  “integrity”: “sha256:9f2c…” }
Design partner

How an engagement starts

1 · A scoping conversation

Your workload, your regulator, your timeline. No NDA needed for this step.

2 · Mutual NDA

Execute the mutual NDA before anything confidential is exchanged.

3 · A written scope

Which surfaces, which account types, which evidence. Signed under the Platform Licence.

4 · Sandbox access

Granted under the API Terms. Production access is a separate decision.

A8 Core is not accepting production workloads, is not offering accounts, and does not custody assets. Custody is Investor Services’ role; authorization is B5 Secure™’s.

Bring us a workload.

The interfaces above are still open. A design partner with a real constraint is worth more than a feature request.

Scroll to Top