Agents
Lakefront is agent-native by protocol, not by chatbot. An agent registers through auth.md, acts on behalf of a named member, and is capped to a closed set of scopes, so it can ship a service and rotate its own secrets but can never widen its own access.
Agents discover Lakefront through protected-resource metadata and register one of two ways: a trusted provider presents a signed identity assertion, or an unaffiliated agent registers against a member’s email and waits for that human to approve it in the dashboard.
Claude Code, Cursor, a CI bot or your own script all speak the same protocol. They read logs, open deploys and draft incident updates through the same authorization path a person uses. That is why an agent can be trusted with production at all.
Generation and triage route to Claude first and fall through to OpenAI when a provider fails, with a cheaper, faster tier reserved for narrow classification. Every call records which provider actually served it, so the audit trail stays honest.
Keep reading