Skip to content

SDK Reference

make87 provides optional SDKs to simplify integration with Python and Rust applications. These SDKs offer convenient helpers for configuration parsing, secret management, and runtime environment access. Use of SDKs is not required—any language can interface with make87 via environment variables and standard protocols.

API Documentation

You can find the API documentation for make87's SDKs in our dedicated API reference docs for every language.

We try to keep the API itself consistent between languages, but there are some differences in the SDKs due to language specifics. We recommend checking the API reference for the language you are using to get the most accurate information.

Features

  • Typed config parsing from MAKE87_CONFIG
  • Secure, in-memory secret handling
  • Idiomatic Rust error handling

General SDK Notes

  • SDKs are strictly optional. All platform features are available via raw environment variables and protocol interfaces.
  • If using a different language, parse and use MAKE87_CONFIG as JSON.
  • Keep SDK versions up to date with make87 manifest schema changes.