Runtime Governance SDKnamespace1 methods
secrets
In-process runtime namespace. These methods do not map directly to HTTP `/api/v1/*` endpoints unless explicitly documented in interop guides.
Runtime usage snippet
Compile this snippet against the published runtime SDK, not the platform API client.
runtime.tsTypeScript
import { createArelisClient } from "@arelis-ai/arelis-governance-sdk";
const client = createArelisClient({
modelRegistry: /* ... */,
policyEngine: /* ... */,
auditSink: /* ... */,
});
await client.secrets.resolve(/* ... */);Methods
Methods discovered from node_modules/@arelis-ai/arelis-governance-sdk/dist/index.d.ts.
secrets.resolve()