---
title: Cinderlane routing
description: Route requests to the right destination with a typed API and Node.js SDK.
url: https://pr-10-df95adf6d023.thally.app/
---

# Cinderlane routing

Route requests to the right destination with a typed API and Node.js SDK.

## One route catalog, three operations

Create a route, list the current catalog, or retrieve a route by its `rte_` ID.
Every request uses the `https://api.cinderlane.dev` origin and authenticates
with a bearer token in the `Authorization` header.

#### [Create a route](/quickstart)

    Send a destination and receive a durable route identifier.

#### [Use the Node.js SDK](/sdk/node)

    Call the same API through typed client methods.

#### [Export audit logs](/guides/audit-exports)

    Request and retrieve route event logs in JSON Lines or CSV format.

#### [Manage routes](/guides/routes)

    Create, list, and retrieve Cinderlane routes through the v1 API.