---
title: Cinderlane routing
description: Route requests to the right destination with a typed API and Node.js SDK.
url: https://pr-6-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.

    Send a destination and receive a durable route identifier.

    Call the same API through typed client methods.

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

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