Added:
- ROI charts - Agent detail pages and the dashboard now chart return on investment over time, and the agent table carries ROI columns
- Agent spend caps - Set a cap per agent or per month, with a cap-aware burn rate and a dashboard summary, so teams can track and manage agent spend
- Cost data page - Spend and per-model pricing in one place
- MCP server for coding agents - This release adds
flintai-mcp, a read-only server that gives Claude Code, Cursor, and other MCP-aware agents access to scan findings, inventory, and remediation guidance, so an agent can fix flagged code without leaving its editing loop. The installable package follows in a later release
- Automatic re-authentication - Sessions prompt a new sign-in when authentication expires, keeping access secure
- Agent table columns - Last seen and created dates display correctly
- Severity for local services - Findings on services bound to localhost now score as local rather than network-reachable, giving more accurate severity
- Platform reliability - Service availability, update handling, and API request validation improved across the platform
- Platform hardening - Tightened service security configuration and updated dependencies
Added:
- Organization member removal - Remove a member from your organization in the interface or through the API
- Identity lookup from API keys - A new endpoint returns the identity behind an API key, so you can attribute activity in your own logging and workflows
- Agent cost tracking - Per-model pricing and cost calculation give an early view of agent spend
- API reference - Platform endpoints are documented in the API reference
- Guardrail coverage stays in place - An organization always keeps at least one active policy, so agents are never left unprotected. See Policies
- Guardrails availability during updates - Guardrails keep evaluating while the platform updates
- Guardrails under concurrent load - Detectors evaluate reliably when many requests arrive at once
- Connected assets on the agent detail page - Connected assets now display consistently
- Gemini requests without a role field - Improved compatibility for requests that omit a role
- Inventory finding severity - Inventory findings display with their intended informational severity
- Organization creation - Creating an organization produces a single organization, even if the request is retried
- Invitations for existing members - Inviting someone who already belongs to the organization returns a clear conflict response
Initial early access release.Added:
- Sign-in and organization setup - Sign in with GitHub, Google, or email, then create organizations and workspaces, invite teammates, and issue organization-scoped API keys
- GitHub-based agent discovery - Find the agents in your repositories with a GitHub Action. See Discover your agents
- Central agent inventory - See the models, prompts, tools, MCP servers, and sub-agents behind every agent in one place. See Discovery results
- LLM-based scanning - Scan agent code and MCP servers for issues
- Guardrails onboarding through the Flint SDK - Connect running agents using the Python or TypeScript SDK. See Monitor and protect your agents
- Policy-based guardrails - Detectors for jailbreaks, toxicity, PII, secrets, PHI, and custom regular expressions, plus tool allow and block lists
- Configurable enforcement actions - Block, redact, or alert when a policy matches. See Detectors and actions