Interfaces
Unbound interfaces published by the OpenBindings project. These are shared contracts for ecosystem interoperability — not required by the core spec, but useful as reusable building blocks.
Each is a regular OBI document. Implementations import these and add their own bindings.
openbindings.software-descriptor
Base contract for self-identifying software in the OpenBindings ecosystem.
openbindings.binding-executor
Contract for tools that interpret binding formats (OpenAPI, AsyncAPI, MCP, gRPC, etc.).
openbindings.context-store
CRUD operations for managing stored credentials and context.
openbindings.host
Remote service providing binding execution, interface resolution, context management, and format discovery.
openbindings.interface-creator
Contract for creating OpenBindings interface documents from binding sources.
openbindings.http-client
Make HTTP requests on behalf of callers that cannot make direct requests due to platform constraints (browser CSP/CORS, network restrictions).