Getting started with SenseLab AMFS only takes a few seconds
Get Your Credentials
- Create an AMFS account
- Go to Settings → API Keys to create a scoped key
- Go to the AMFS Dashboard → Agents page
- The MCP Connection Card shows your Server URL
- Copy the ready-made JSON snippet — paste it into your IDE config
Need more keys? Go to Settings → API Keys to create scoped keys per agent or service.
Connect Your IDE
Cursor
Add to .cursor/mcp.json:
Claude Code
Add to ~/.claude/claude_desktop_config.json:
Connect via SDK
Set the env vars once — both SDKs pick them up automatically:
Python
TypeScript
Connect via REST API
See the API Reference for the full endpoint list.
Security
Account isolation — Postgres Row-Level Security ensures tenants can’t see each other’s data, even if there’s an application bug.
Scoped keys — Restrict keys to specific entity paths and permissions:
Audit logging — Every state-changing operation is recorded. View in Dashboard → Audit Log.
Never hardcode API keys in files committed to git. Use environment variables or a secrets manager.
Troubleshooting