Installation
Masar provides official SDKs for Python and TypeScript. Both wrap the same REST API, so you can pick whichever fits your stack. If you prefer raw HTTP, every endpoint is documented in the API Reference.
Python
Requires Python 3.9 or later.
TypeScript / Node.js
Requires Node.js 18 or later.
Verify Your Installation
After installing, run the connection check shown above. If it prints the embedding dimension without errors, you're ready to go.
If you see an authentication error, check that your API key is correct. See Authentication for setup details.
Next Steps
- Authentication - Set up your API key
- Quickstart - Make your first planning call
- API Reference - Full endpoint documentation