Urbit Ship HTTP API (Eyre)

The HTTP interface of every Urbit ship, served by the Eyre kernel vane. Clients authenticate by POSTing the ship's web login code to /~/login for an urbauth session cookie, then interact through channels (PUT JSON action arrays — poke, subscribe, ack, unsubscribe, delete — to /~/channel/{uid}, with responses as Server-Sent Events), read-only scries (GET /~/scry/{app}{path}.{mark}), and Spider threads. Self-hosted: every ship serves its own endpoint; there is no central production host.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/urbit-ship-http-api-eyre"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Urbit Ship HTTP API (Eyre)
description: 'The HTTP interface of every Urbit ship, served by the Eyre kernel vane. Clients authenticate
  by POSTing the ship''s web login code to /~/login for an urbauth session cookie, then interact through
  channels (PUT JSON action arrays — poke, subscribe, ack, unsubscribe, delete — to /~/channel/{uid},
  with responses as Server-Sent Events), read-only scries (GET /~/scry/{app}{path}.{mark}), and Spider
  threads. Self-hosted: every ship serves its own endpoint; there is no central production host.'
humanURL: https://docs.urbit.org/urbit-os/kernel/eyre/external-api-ref
baseURL: https://{ship-host}
tags:
- HTTP
- Server-Sent Events
- Channels
- Self-Hosted
properties:
- type: Documentation
  url: https://docs.urbit.org/urbit-os/kernel/eyre
- type: APIReference
  url: https://docs.urbit.org/urbit-os/kernel/eyre/external-api-ref