ORBISUpdates

Developers

Orbis Updates exposes a read-only API so an agent or integrator can query published Orbis IoT Web, app, API and firmware updates. There are no keys or OAuth: the public catalogue is available with GET. Errors use RFC 9457 (application/problem+json) with code, detail and resolution. Add ?lang=en|fr|de|it for translated titles and summaries.

Quick start

  1. Read the spec at . https://updates.orbis.com.es/openapi.json.
  2. List products: GET /api/v1/projects. GET /api/v1/projects
  3. List updates: GET /api/v1/releases (filters project, type, lang, limit, cursor). GET /api/v1/releases
  4. Firmware by device: GET /api/v1/firmware/devices. GET /api/v1/firmware/devices

MCP

The MCP server (Streamable HTTP, no auth) is at https://updates.orbis.com.es/mcp. Tools: list_projects, list_releases, get_release, get_firmware_devices. The server card is at /.well-known/mcp/server-card.json.

Errors and limits

GET on a missing resource returns 404 with application/problem+json. POST and other methods return 405. Responses include RateLimit, RateLimit-Policy and RateLimit-Limit (120 requests / 60 seconds, informational). CORS is open for GET and OPTIONS.

Markdown and llms.txt

Any public page accepts Accept: text/markdown. The agent index is /llms.txt and the full dump is /llms-full.txt. Add ?lang= for the language.