Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Roadie Entity Push API

Create, delete, and idempotently manage Roadie-owned catalog entities and entity sets.

Roadie Entity Push API is one of 6 APIs that Roadie publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Entity Push. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.roadie.so/api.

5 operations 3 paths 2 schemas 2 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.roadie.so/api/catalog
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Roadie Entity Push API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Roadie API token (User Token or Service Token) created under Administration in the Roadie app. Passed as Authorization: Bearer YOURROADIEAPITOKEN.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Entity Push 5

Create, delete, and idempotently manage Roadie-owned catalog entities and entity sets.

POST
/catalog/roadie-entities/entities
Create a Roadie-managed catalog entity
createRoadieEntity body → 200401400
GET
/catalog/roadie-entities/entities/{entityId}
Get a Roadie-managed entity
getRoadieEntity 1 param → 200401404
DELETE
/catalog/roadie-entities/entities/{entityId}
Delete a Roadie-managed entity
deleteRoadieEntity 1 param → 200401404
PUT
/catalog/roadie-entities/sets/{setName}
Create or replace an entity set
upsertEntitySet 1 param body → 200401400
DELETE
/catalog/roadie-entities/sets/{setName}
Delete an entity set
deleteEntitySet 1 param → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Entity (5 properties), Error (1 property). Each schema is shown below with its type and property counts.

Entity
object
A Backstage-format catalog entity.
5 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

roadie-io-entity-push-api-openapi.yml Raw ↑

Other APIs Roadie publishes across the network.

Roadie MCP Servers
Roadie Catalog API
Roadie Scaffolder API
Roadie Tech Insights API
Roadie TechDocs API