https://github.com/einride/extend
Open APIs and developer tools for Einride's Saga platform.
https://github.com/einride/extend
api einride grpc rest saga
Last synced: 11 months ago
JSON representation
Open APIs and developer tools for Einride's Saga platform.
- Host: GitHub
- URL: https://github.com/einride/extend
- Owner: einride
- License: mit
- Created: 2022-05-09T04:33:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T08:48:48.000Z (11 months ago)
- Last Synced: 2025-04-22T09:34:44.947Z (11 months ago)
- Topics: api, einride, grpc, rest, saga
- Language: Go
- Homepage: https://extend.saga.einride.tech
- Size: 1.18 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

# Einride Extend
Open APIs and developer tools for building extensions and integrations to
[Saga](https://einride.tech/saga), Einride's freight mobility platform.
The full documentation for Saga developers is available at
[extend.saga.einride.tech](https://extend.saga.einride.tech).
**Note:** *The Extend APIs are alpha versioned and currently available to select
developers during an early-access phase. To become a Saga developer during the
early-access phase, please apply below.*
## APIs
Saga's APIs are resource-oriented and work like standard
[REST](https://en.wikipedia.org/wiki/Representational_state_transfer) APIs.
gRPC and HTTP protocols are supported.
*[Read more ≫](./docs/apis.md)*
## CLI
The [saga](./cmd/saga) CLI tool enables you to call the Extend APIs from the
command line of your local development machine.
Get the latest version of the CLI from the
[Releases](https://github.com/einride/extend/releases) page.
*[Read more ≫](./docs/cli.md)*
## SDKs
SDKs for developing with Saga are available for
[Go](https://github.com/einride/extend-go) and
[TypeScript](https://github.com/einride/extend-typescript).
Support for more languages are on the roadmap.
*[Read more ≫](./docs/sdks.md)*
## UI
A UI component framework for developing Saga apps is available for
[React](https://github.com/einride/ui).
*[Read more ≫](https://github.com/einride/ui)*
## License
[MIT](LICENSE)