DEVELOPERS / API-FIRST OPERATIONAL
§ 00DEVELOPERS

Build on the routing layer.

A single, typed API for intent-based execution. Describe the outcome — Velora resolves the path across every network. Ship in minutes, not quarters.

Read the docs>
quickstart.sh READY
# install the SDK
npm i @velora/node

# route your first request
import { Velora } from '@velora/node'

const route = await v.routes.create({
  intent: 'payout',
  amount: 48200,
  currency: 'USD',
  destination: 'BR',
  optimize: 'cost'
})

// → route.path: 'rtp.itau' · 9 bps · 740ms
REST + WEBHOOKS · TYPED SDKS · 99.99% API UPTIMEDOCS
§ 02API REFERENCE

A small, predictable surface.

FULL REFERENCE >
POST/v1/routesCreate a route from an intent and resolve the optimal path.
GET/v1/routes/:idRetrieve a route, its scoring, and current status.
POST/v1/executionsExecute a resolved route on the selected provider.
GET/v1/methodsList every connection method available to your account.
GET/v1/eventsStream signed execution and settlement events.
POST/v1/policiesDefine a constraint-based routing policy.
§ 03SDKS

Typed clients for every stack.

JSNode.js
v2.4.1
npm i @velora/node
PYPython
v2.4.0
pip install velora
GOGo
v2.3.2
go get velora.dev/go
RBRuby
v2.3.0
gem install velora
PHPPHP
v2.2.4
composer require velora/velora
JVJava
v2.2.0
implementation "dev.velora:sdk"
§ 04CHANGELOG

Shipping continuously.

v2.4
JUN 2026
AddedConstraint-based routing policies via /v1/policies
ImprovedMedian routing decision down to 38ms globally
Added12 new local rails across MENA & LATAM
v2.3
APR 2026
AddedGo and Ruby SDKs with full type coverage
ImprovedDeterministic failover now spans up to 5 hops
FixedIdempotency edge case on retried executions
v2.2
FEB 2026
AddedSigned, ordered webhook event streams
ImprovedSandbox now simulates provider degradation
v2.1
DEC 2025
AddedReal-time route scoring API
FixedLatency reporting for multi-currency payouts
§ 05GET STARTED

Get your API keys and start routing.

SANDBOX INSTANTLY · NO CARD REQUIRED