SDKs and libraries

PackageLanguageRoleInstall
@aifeed/verifyJavaScriptClient verification + content fetchnpm install @aifeed/verify
clients/pythonPythonIndependent verifier (differential)repository
wp-pluginPHPPublisher plugin for WordPressrepository

Client API at a glance

sdk.verifyAll({ manifestText, manifestBytes, signatureText, domain })
sdk.fetchAimd(url, { publicKeyValue })    // text/aifeed+markdown
sdk.fetchMako(url, { publicKeyValue })    // text/mako+markdown
sdk.fetchIndexDelta(indexUrl, { storedDigests })
sdk.selectEntries(entries, { query, maxTokens })
sdk.decideUsage(manifest.permissions, 'training')
The Python verifier passes the same 75 vectors as the JavaScript implementation; that cross-language parity is the acceptance test for every change.