enabled | no | boolean | — | — | Master on/off for trace export. Owner-editable. |
publicKey | no | string | — | — | Langfuse public key (pk-lf-…). Auto-provisioned; do not edit. |
secretKey | no | string | — | — | Langfuse secret key (sk-lf-…). Auto-provisioned and stored encrypted at rest; never returned to the browser. |
host | no | string | — | — | Server-side Langfuse base URL. Set from the LANGFUSE_HOST env var at provision time; defaults to http://localhost:3000. |
orgId | no | string | — | — | Langfuse organization ID owning this agent’s project. One organization per agent — org membership is the only access boundary the OSS Langfuse build enforces. Auto-provisioned. |
projectId | no | string | — | — | Langfuse project ID dedicated to this agent — the isolation boundary for its traces. Auto-provisioned. |
managed | no | boolean | — | — | True when the binding was created by platform auto-provisioning (always true for new agents). |
provisionedAt | no | string | — | — | ISO-8601 timestamp of when this agent’s Langfuse project and keys were created. |
environment | no | string | — | — | Optional environment tag stamped on every trace (e.g. ‘production’, ‘staging’). Owner-editable. |
tags | no | array of string | — | — | Optional list of tags stamped on every trace for filtering in the Langfuse dashboard. Owner-editable. |