Miru provides SDKs to simplify interaction with the API exposed by the Miru Agent locally on your machine.These SDKs handle the complexities of Unix socket communication and provide type-safe interfaces for all available endpoints.
If you’re using a language not yet supported by an official SDK, you can still interact with the Agent API directly using HTTP requests over the Unix socket at /run/miru/miru.sock. See the Endpoints page for information about the available endpoints.