SDKs


Faramesh provides SDKs for Python and Node.js so you can submit actions and handle approvals from your agent code.

Python

Install: pip install faramesh

Submit actions, list actions, approve or deny. See Python SDK.

Node.js

Install: npm install @faramesh/sdk

Submit actions, use governed fetch and exec. See Node.js SDK.

Configuration

Point the SDK at your Faramesh instance and pass your API key:

  • Horizon: Use your Horizon URL and an API key from the dashboard

  • Self-hosted: Use your server URL (e.g. http://localhost:8000) and an auth token if you've set one

Was this helpful?

Previous

More

Next

More

Table of content

Table of content

SDKs

SDKs