Hypermedia
Eric Vicenti
There are several mechanisms that you can use to start interacting with the Hypermedia protocol.
Signed Data
Agent Skill
We have created a simple Agent Skill which you can use with a wide variety of LLM Agents: Seed Hypermedia Agent Skill To install the skill on your machine, run: npx skills add https://github.com/ericvicenti/seed-hypermedia-skills --skill seed-hypermedia
P2P API
Peers in the Hypermedia network will connect over libp2p, and exchange gRPC messages. This API is not yet stable and remains undocumented.
CLI
You can connect to the HTTPS API of a Hypermedia web site, using the Seed CLI:
JSON-REST API
We have a JSON REST API which allows developers to access a Seed node who is exposing a web server. This is used by the front-end of any Seed web site. Not currently documented. Coming soon to the protocol documentation. You may browse the code entry point here on github, and the endpoints are defined here.