Firm-wide portfolio optimization at book scale, as a hosted API. Bring accounts, lots, and constraints; get back optimized weights, timings, and a hash-chained audit trail — no solver license, no on-prem cluster, no queueing overnight batch.
Measured 2026-07-11 on a datacenter GPU. Independent validation runs inside every job — not a separate marketing benchmark.
PRISM handles the full mess of a real personalized book — every job you'd otherwise hand-roll or skip.
The full contract — datasets, polling, results, weights — is in the API docs. Here's the shape of it.
curl -X POST https://asymmetrycomputing.com/api/prism/v1/jobs \
-H "X-API-Key: $KEY" -H "Content-Type: application/json" \
-d '{"task":"book_rebalance","source":"stress_demo","n_accounts":25000,"n_names":1000,"validate_sample":50}'Trial keys are free, manually approved, and rate-limited — up to 25,000 accounts per job, 10 jobs per day. Enough to run a real book-scale test, not a toy demo. Tell us who you are and what you're testing; we'll email a key.
Endpoints, job specs, dataset schemas, limits, and error semantics — everything you need to wire PRISM into your own pipeline.
Read the API docs →