Objects, not vibes

Portfolios, simulations, and registers — as JSON, eventually.

The API page is a docs console: an example POST to simulate a NAD book, a 42ms mock 200, and a list of objects we intend to expose. There is no public key on this website. There is a waitlist for builders.

Developer · REST
DA

POST /v1/portfolios/simulate

{

"base": "NAD",

"sleeves": ["ai-growth", "direct-nsx"],

"horizon_months": 36

}

200 OK · 42ms

{ "expected_vol": 0.092, "path_id": "sim_9f" }

app.delvue.assets/delvue-apis
Style: REST (planned)
Example: POST simulate
Auth: Not public
SLA: Contract

An API that matches the desk

If the UI has sleeves and proposals, the API should too. We will not expose a random /prices endpoint and call it a platform. The console mock is POST /v1/portfolios/simulate with NAD base and a 36-month horizon — that is the kind of object we care about.

  • Simulate before allocate
  • NAD as a first-class currency code
  • Versioned /v1, breaking changes announced

Who it is for

Wealth platforms, internal tools at family offices, and our own mobile clients. Not a public dump of client books. Rate limits and contracts come with access, not with this page.

  • Partner access, not anonymous
  • Developer Platform is the sandbox story
  • Retail users should never need a key

What you will not find today

A live OpenAPI URL, a status-backed 99.99% claim, or a free unlimited sandbox. Those sentences will appear when they are true.

  • No key in the footer
  • System Status is a different page when it exists as ops
  • Security Center for how we think about tokens
ResourceVerb (intent)Notes
/portfoliosGET / POSTBooks and sleeves
/portfolios/simulatePOSTShown in the mock
/listingsGETMarketplace cards
/webhooksPOST configWhen live
01

Read objects

Portfolio, sleeve, proposal, listing.

02

Join as builder

Waitlist: developer / partner.

03

Sandbox later

Developer Platform.

04

Contract

Scopes, residency, audit.

Is there a public spec?

Not as a live production URL. This page is the intent.

GraphQL?

REST-first in the mock. We will not bikeshed on a marketing site.

PII?

Scoped. Least privilege. See Security Center.

Pricing?

Partner conversation, not a public meter yet.

Delvue APIs is on the map. The desk is not live.

Join the waitlist if this page is why you showed up. We email when onboarding opens.