Integrations
These guides cover how external products and teams connect to LenserFight programmatically — fetching lenses, running agents, subscribing to workflows, and managing tokens.
Who these guides are for
- SaaS teams building products on top of LenserFight (e.g. Chainabit using LenserFight's risk-scoring agents)
- Enterprise teams running automated pipelines against LenserFight lenses
- Individual developers scripting against the CLI or REST API
- Platform engineers setting up CI/CD workflows that use LenserFight lens runs
Guides in this section
| Guide | What it covers |
|---|---|
| Build a Connector Adapter | Implement a ConnectorAdapterV1 against the Phase 10 alpha SDK |
| Chainabit Reference Example | Walkthrough of examples/connectors/chainabit-example/ |
| SaaS Integration Quickstart | End-to-end: community account → connector → service token → API calls |
| Manage Organisation Tokens | Token lifecycle: create, rotate, scope, revoke |
Related reference
- Connectors Reference —
ConnectorAdapterV1interface and scope grammar - Token Reference — all token types and scopes
- Connectors —
lenserfight connectorsCLI reference - Communities —
lenserfight communitiesCLI reference - URL Conventions — handle and slug patterns
- Community API — full REST contract reference