Skip to content

OpenBindings Context Store

Interface for managing stored credentials and context. Implementations provide CRUD operations over an opaque key-value store where keys are normalized API origins and values are credential maps using well-known field names.

OBI 0.1.0 v0.1.0 4 operations

Operations

Schemas

ContextEntry object

A stored context entry.

key string required

Context store key (typically a normalized API host, e.g., 'api.example.com').

context object

Opaque credential map. Structure is executor-managed; well-known fields include 'bearerToken', 'apiKey', 'basic'.

Source