Lightfield integration for AI agents.
Lightfield integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves Lightfield tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real Lightfield actions, managed and audited.
Your user connects Lightfield once; your agent can then use the Lightfield API to validate API keys and manage core CRM accounts, contacts, opportunities, tasks, and notes — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants Lightfield access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported Lightfield tools.
31 tools are generated from the published Lightfield catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 31 tools. All published catalog entries are included in this page's server-rendered HTML.
- Create account
- Creates a new account record. Field values use Lightfield field slugs; system fields use a $ prefix.
- accounts
- Create contact
- Creates a new contact record. Field values use Lightfield field slugs; system fields use a $ prefix.
- contacts
- Create note
- Creates a new note record. Field values use Lightfield field slugs; system fields use a $ prefix.
- notes
- Create opportunity
- Creates a new opportunity record. Field values use Lightfield field slugs; system fields use a $ prefix.
- opportunities
- Create task
- Creates a new task record. Field values use Lightfield field slugs; system fields use a $ prefix.
- tasks
- Delete account
- Moves a account to the trash. Delete is soft-delete where documented by Lightfield.
- accounts
- Delete contact
- Moves a contact to the trash. Delete is soft-delete where documented by Lightfield.
- contacts
- Delete note
- Moves a note to the trash. Delete is soft-delete where documented by Lightfield.
- notes
- Delete opportunity
- Moves a opportunity to the trash. Delete is soft-delete where documented by Lightfield.
- opportunities
- Delete task
- Moves a task to the trash. Delete is soft-delete where documented by Lightfield.
- tasks
- Get account definitions
- Returns field and relationship definitions for accounts.
- accounts
- Get contact definitions
- Returns field and relationship definitions for contacts.
- contacts
- Get note definitions
- Returns field and relationship definitions for notes.
- notes
- Get opportunity definitions
- Returns field and relationship definitions for opportunities.
- opportunities
- Get task definitions
- Returns field and relationship definitions for tasks.
- tasks
- List accounts
- Returns a paginated list of accounts. Supports limit/offset pagination and Lightfield field filters as query parameters.
- accounts
- List contacts
- Returns a paginated list of contacts. Supports limit/offset pagination and Lightfield field filters as query parameters.
- contacts
- List notes
- Returns a paginated list of notes. Supports limit/offset pagination and Lightfield field filters as query parameters.
- notes
- List opportunities
- Returns a paginated list of opportunities. Supports limit/offset pagination and Lightfield field filters as query parameters.
- opportunities
- List tasks
- Returns a paginated list of tasks. Supports limit/offset pagination and Lightfield field filters as query parameters.
- tasks
- Retrieve account
- Retrieves a single account by ID.
- accounts
- Retrieve contact
- Retrieves a single contact by ID.
- contacts
- Retrieve note
- Retrieves a single note by ID.
- notes
- Retrieve opportunity
- Retrieves a single opportunity by ID.
- opportunities
- Retrieve task
- Retrieves a single task by ID.
- tasks
- Update account
- Updates an existing account by ID. Only included fields and relationships are modified.
- accounts
- Update contact
- Updates an existing contact by ID. Only included fields and relationships are modified.
- contacts
- Update note
- Updates an existing note by ID. Only included fields and relationships are modified.
- notes
- Update opportunity
- Updates an existing opportunity by ID. Only included fields and relationships are modified.
- opportunities
- Update task
- Updates an existing task by ID. Only included fields and relationships are modified.
- tasks
- Validate current API key
- Returns metadata for the current API key, including active status, granted public scopes, subject type, and token type.
- auth
Lightfield integration, answered
- How do AI agents use Lightfield through Open Connector?
- Your user connects Lightfield once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes Lightfield tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a Lightfield MCP server?
- Yes. Open Connector can serve Lightfield as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call Lightfield actions with credentials injected server-side.
- Where do Lightfield credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents Lightfield — keep the keys.
Open source, self-hostable, with Lightfield credentials that never leave your infrastructure. Run it from source today.