Automated integration for modern dev teams

Connect APIs, databases, event streams and more - without plumbing code.
As things change, Orbital automatically adapts.

Start for free
Orbital wormhole logo
Orbital aqua wormhole background image

Connect without the glue

Orbital builds integration for you, so you can focus on features

Microservices orchestration

Query for the data your app needs, and Orbital orchestrates your APIs, databases and serverless functions on demand

Learn more

Event-based architectures

Decouple producers and consumers, providing custom events for each consumer with exactly the data they need

Learn more

Rapidly onboard external data feeds

Ingest, transform and enrich data declaratively, without building & maintaining complex pipelines

Learn more
Microservices orchestration diagram

“Easily the best decision I've made was building our startup on Orbital. We got our platform built and operational in record time, with data pipelines and bespoke APIs for connecting our client data feeds.”

“Orbital is one of the most exciting pieces of tech in the integration space I've seen in a long time. Customers can build integration in a fraction of the time, and the self-repairing is a game-changer.”

Powered by Your APIs

Orbital uses by your existing API specs (with a little extra metadata), to create integration on demand. As things change, Orbital automatically adapts.

Create semantic data types with Taxi...

Taxi

...and embed them in your existing API specs

src/types.taxi
type PersonName inherits String
type CustomerId inherits String
type Another inherits Date
customer-api.oas.yaml
# An extract of an OpenAPI spec:
components:
  schemas:
    Customer:
      properties:
        id:
          type: string
           # Embed semantic type metadata directly in OpenAPI
           x-taxi-type:
              name: CustomerId
          
Orbital aqua wormhole background image

All together, now.

Query for data, and Orbital automatically stitches together your APIs, databases, event streams and serverless functions. As things change, Orbital automatically adapts.

Learn more

Orbital automatically generates integration code for calling your APIs

query.taxi
find { Customer[] }
as {
 id: CustomerId
 firstName: CustomerFirstName
 lastName: CustomerLastName
 name: concat(CustomerFirstName, ' ', CustomerLastName)
}
      
Orbital

INTEGRATION PLAN

Customer -> CardNumber
OrbitalOrbital
Fetch
Customer API
Orbital wormhole logo

Lineage & Monitoring

See exactly what's happening.

Detailed call traces, request monitoring and lineage gives you end-to-end visibility of query execution, so you can see exactly what is happening under the hood.

Learn more

See the full end-to-end lineage for every value returned.

Unlike traditional lineage tools - which are manual and time consuming, Orbital's linage is automatically captured at runtime, so you can be confident it's what actually happened.

Orbital cell lineage app screenshot

Start integrating now

Start for free