Einride

Einride is a Swedish freight technology company delivering an end-to-end platform for electric and autonomous road freight, combining purpose-built autonomous trucks, electric vehicles, smart charging, and the Saga operating software. Its developer-facing product, Einride Extend, exposes open, resource-oriented APIs (designed with Google AIP) over both gRPC and HTTP for booking truck tours and creating, releasing, and tracking shipments. The Extend APIs are alpha (v1beta1) and offered to select developers during an early-access phase, with a saga CLI, Buf Schema Registry proto module, and React UI component library. Einride serves customers including PepsiCo, Heineken, and DP World across Europe, the US, and the Middle East.

Einride publishes 2 APIs on the APIs.io network: Extend: Authentication API and Extend: Shipment & Booking API. Tagged areas include Company, Sustainable Transport, Freight, Logistics, and Autonomous Vehicles.

Einride’s developer surface includes authentication, changelog, CLI, documentation, API reference, engineering blog, signup flow, and 22 more developer resources.

40.1/100 thin Agent 72/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
2 APIs 1 MCP Servers 0 Features
CompanySustainable TransportFreightLogisticsAutonomous VehiclesElectric VehiclesShippinggRPC

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 40.1/100 · thin
Contract Quality 9.4 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 4.7 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 72/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 3 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/einride: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Einride Extend: Authentication API

Exchange an issued client ID and client secret for a short-lived bearer access token used to call the Saga APIs. Resource-oriented, available over gRPC and HTTP.

Einride Extend: Shipment & Booking API

Create, list, update, release, and cancel shipments, and create, confirm, search, and cancel truck tour bookings within a space. AIP resource-oriented, over gRPC and HTTP.

MCP Servers

einride-mcp.yml

MCP SERVER

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: einride
name: Einride
description: Einride is a Swedish freight technology company delivering an end-to-end platform for electric and autonomous
  road freight, combining purpose-built autonomous trucks, electric vehicles, smart charging, and the Saga operating software.
  Its developer-facing product, Einride Extend, exposes open, resource-oriented APIs (designed with Google AIP) over both
  gRPC and HTTP for booking truck tours and creating, releasing, and tracking shipments. The Extend APIs are alpha (v1beta1)
  and offered to select developers during an early-access phase, with a saga CLI, Buf Schema Registry proto module, and React
  UI component library. Einride serves customers including PepsiCo, Heineken, and DP World across Europe, the US, and the
  Middle East.
url: https://raw.githubusercontent.com/api-evangelist/einride/refs/heads/main/apis.yml
image: https://raw.githubusercontent.com/einride/extend/master/docs/img/header.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- eqt-ventures
- northzone
x-tier: profiled
x-tier-reason: extend-saga-api
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Sustainable Transport
- Freight
- Logistics
- Autonomous Vehicles
- Electric Vehicles
- Shipping
- gRPC
apis:
- name: 'Einride Extend: Authentication API'
  description: Exchange an issued client ID and client secret for a short-lived bearer access token used to call the Saga
    APIs. Resource-oriented, available over gRPC and HTTP.
  humanURL: https://extend.saga.einride.tech
  baseURL: https://api.saga.einride.tech
  properties:
  - type: OpenAPI
    url: openapi/einride-auth-openapi-original.yml
  - type: Overlay
    url: overlays/einride-auth-overlay.yaml
  - type: Protobuf
    url: grpc/einride-auth-service.proto
- name: 'Einride Extend: Shipment & Booking API'
  description: Create, list, update, release, and cancel shipments, and create, confirm, search, and cancel truck tour bookings
    within a space. AIP resource-oriented, over gRPC and HTTP.
  humanURL: https://extend.saga.einride.tech
  baseURL: https://api.saga.einride.tech
  properties:
  - type: OpenAPI
    url: openapi/einride-book-openapi-original.yml
  - type: Overlay
    url: overlays/einride-book-overlay.yaml
  - type: Protobuf
    url: grpc/einride-booking-service.proto
  - type: Protobuf
    url: grpc/einride-shipment-service.proto
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: AgenticAccess
  url: agentic-access/einride-agentic-access.yml
- type: Authentication
  url: authentication/einride-authentication.yml
- type: Conventions
  url: conventions/einride-conventions.yml
- type: ErrorCatalog
  url: errors/einride-problem-types.yml
- type: DataModel
  url: data-model/einride-data-model.yml
- type: Lifecycle
  url: lifecycle/einride-lifecycle.yml
- type: ChangeLog
  url: changelog/einride-changelog.yml
- type: Conformance
  url: conformance/einride-conformance.yml
- type: Packages
  url: packages/einride-packages.yml
- type: CLI
  url: cli/einride-cli.yml
- type: Components
  url: components/einride-components.yml
- type: MCPServer
  url: mcp/einride-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/einride-llms.txt
- type: WellKnown
  url: well-known/einride-well-known.yml
- type: SecurityTxt
  url: well-known/einride-security.txt
- type: VulnerabilityDisclosure
  url: security/einride-vulnerability-disclosure.yml
- type: Security
  url: https://www.einride.tech/security/vulnerability-disclosure-policy
- type: DomainSecurity
  url: security/einride-domain-security.yml
- type: DeveloperPortal
  url: https://extend.saga.einride.tech
- type: Documentation
  url: https://github.com/einride/extend/blob/master/docs/apis.md
- type: APIReference
  url: https://extend.saga.einride.tech
- type: GitHubOrganization
  url: https://github.com/einride
- type: SourceCode
  url: https://github.com/einride/extend
- type: Blog
  url: https://einride.engineering/blog
- type: SignUp
  url: https://forms.gle/Sn3CYSgUgJbJE78X9
- type: Support
  url: https://www.einride.tech/contact
- type: PrivacyPolicy
  url: https://www.einride.tech/privacy/privacy-policy
- type: Website
  url: https://www.einride.tech/
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence