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.
Operations
Schemas
ContextEntry objectA stored context entry.
key string requiredContext 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'.