SDK Overview
MidLyr publishes official SDKs that wrap the REST API with typed clients, native authentication, and ergonomic helpers — so you can drop compliance into an existing codebase without hand-rolling HTTP plumbing.
| SDK | Package | Runtime |
|---|---|---|
| TypeScript | @midlyr/sdk-js | Node.js, Bun, Deno, Cloudflare Workers, browsers |
Need a language we don’t ship yet? The REST API is fully documented, and the MCP server gives any MCP-compatible runtime first-class access to the same tools.
What the SDKs Cover
Section titled “What the SDKs Cover”Every SDK exposes the full MidLyr surface:
- Browse the regulatory library and read source documents.
- Submit compliance-screening jobs and poll for terminal results.
- Authenticate via API key (
x-api-keyheader) or session credentials.
Next Steps
Section titled “Next Steps”- TypeScript SDK — install, authenticate, and make your first call.
- API Reference — the underlying REST surface.