Skip to main content
Getting started with SenseLab AMFS only takes a few seconds

Get Your Credentials

Screenshot 2026 04 14 At 12 43 20 PM
  1. Create an AMFS account
  2. Go to Settings → API Keys to create a scoped key
  3. Go to the AMFS Dashboard → Agents page
  4. The MCP Connection Card shows your Server URL
  5. 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