Enterprises spent a decade turning applications into APIs. Lumen POET puts that investment to work in the agent era: point it at an OpenAPI, Swagger, or RAML spec and it generates precise MCP servers and orchestrated A2A agents, no code required, tested, logged, and auto-scaling. Run them in your VPC, or export the code to Microsoft Foundry and Amazon Bedrock AgentCore.
The Lumen POET Credential Broker ,an add-on service, front-ends those MCP servers and A2A agents. It verifies every caller with your IAM and swaps their token for a vault-held NHI credential, so no agent ever carries a permanent secret, and no audit ever finds one.
WHO THIS PAGE IS FOR
APPLICATION OWNER·primary
You have the spec. POET does the rest: a precise MCP server and a working agent collection, generated in minutes, exposing only the operations you approve. You stay in control of your application's agent surface.
CHIEF AI OFFICER
POET turns agent enablement into a repeatable pattern: spec in, tested agents out, same governance every time. The roadmap stops depending on scarce AI engineers.
CIO
It does. POET builds directly on the API estate you already govern through Kong, Apigee, AWS API Gateway, MuleSoft, or Azure API Management. Nothing gets rebuilt.
CISO
Generated servers expose owner-defined operations only, every interaction is logged, and the POET Credential Broker add-on front-ends the generated surface and keeps permanent NHI credentials in the external vault, exchanging verified IAM tokens for them call by call. Agents hold nothing standing.
THE LIABILITY ALREADY INSIDE
Look inside almost any enterprise application and you will find them: a service account granted admin because scoping it properly would have slipped the release date, an API key pasted into a config file three years ago, a basic-auth password nobody has rotated since go-live. These non-human identities already outnumber your employees many times over, most never appear in your IdP, and each one is scoped for the worst day of its life rather than the job it does.
The exposure is concrete. When an overscoped credential leaks, the blast radius is everything it could reach, not what it was meant for. Auditors write findings against unrotated secrets, insurers now ask how machine credentials are governed, and every agent integration done the old way mints more of them.
This is the pattern Lumen POET is built to break. The generated MCP servers and A2A agents expose owner-defined operations only, and the POET Credential Broker add-on keeps the permanent NHI credentials in an external vault, exchanged for verified IAM tokens call by call. Agents becoming part of your applications does not have to mean more permanent credentials becoming part of them too.
The hard part is done. Monoliths became microservices, microservices became APIs, and the business runs on them.
Then agents arrived speaking a different language: MCP and A2A. Your APIs offer neither. Bridging by hand takes AI skills most application teams do not have, a security review for a surface nobody scoped, and it usually exposes more of the API than any agent should touch. Multiply by the whole portfolio and the roadmap stalls.
The gap is not your APIs. It is the missing agent-facing layer, and that is exactly what POET generates.
Four steps from an API specification to a running, governed agent surface. No agent code written, unless you want to write some.
Import the OpenAPI, Swagger, or RAML definition of the target system, straight from the API gateway you already run. POET reads the operations, parameters, and schemas.
Start from out-of-the-box prompts and fine-tune them. Remap the schema so the MCP surface matches how agents should use the application. Owner-defined operations only: what you do not approve does not exist.
POET builds a precise MCP server and a collection of A2A agents grouped by relevant functionality, coordinated by an orchestrator agent that works with the other agents to complete core tasks end to end.
Integrated testing validates the generated surface before publishing. Then it runs with full logging and automatic scaling, in your VPC via Helm or Terraform, or exported to Microsoft Foundry or Amazon Bedrock AgentCore.
External AI agents pass the Credential Broker add-on into POET, where the generated MCP servers and A2A agents live; the MCP servers reach the API gateway fronting your applications with a vault-held NHI credential. Tested before publishing, logged in production, exportable as code.
One API rarely means one job. A commerce API handles orders, billing, and inventory; an ITSM API handles tickets, changes, and assets. POET reads that structure and generates a collection of A2A agents to match, each owning its slice, instead of one oversized agent that knows a little about everything.
An orchestrator agent sits at the center and works the others to finish the job: take the order, check inventory, raise the invoice. To the caller it looks like one capable counterpart. Inside, it is a governed division of labor.
And it is a starting point, not a ceiling. The out-of-the-box agents work on day one; your team can sharpen a prompt, extend a scope, or add a step from the console. The decade spent turning microservices into APIs becomes the foundation the agents stand on.
Builds precise MCP servers from the target system's API spec. Precise means owner-defined operations only: callers see what you approve, and nothing the API happens to expose.
Generates a collection of A2A agents grouped by relevant functionality, called by other AI clients over the A2A Protocol and coordinated by an orchestrator agent that works with the others to complete core tasks end to end.
Every generated agent ships with working prompts tuned to its slice of the API. Fine-tune them from the console when you want different behavior, tone, or guardrails.
Easily remap the schema for the MCP generation from the target system's API: rename operations, reshape parameters, hide fields, merge or split endpoints. The agent surface matches how the application should be used, not how the API grew.
Build and manage agents and MCP servers with no or least expertise. The core path is clicks, not code: import, review, publish. Role-based access keeps changes in the right hands.
Generated MCP servers and agents are exercised against the live API before you publish. What ships has already passed its tests, and re-runs guard every change.
Every interaction is logged: the agent, the operation, the user it acts for, and the outcome. The trail your auditors expect exists from the first call, not as a retrofit.
Agent demand is spiky by nature. Generated servers and agents scale automatically with load, in your VPC, without a re-architecture project when adoption takes off.
The generated MCP server and A2A agent code exports to hyperscaler AI environments such as Microsoft Foundry and Amazon Bedrock AgentCore. Build here, run where your AI platform strategy says.
Coexists with Kong, Apigee, AWS API Gateway, MuleSoft, and Azure API Management, reading the specs you already publish. Built on the A2A Protocol and MCP, deployed with Helm or Terraform.
Every call still has to authenticate to the application behind it, and this is exactly where most agent projects quietly create their biggest liability: permanent credentials copied into agent configurations. The Lumen POET Credential Broker exists so that never happens. An add-on service to Lumen POET, it front-ends the generated MCP servers and A2A agents: every inbound call passes through it before touching the generated surface. And it is the policy decision point and policy enforcement point for credentials. An AI agent arrives with whatever it has: no token, a just-in-time token issued by your IAM, or a user's bearer token when it acts on someone's behalf. The broker verifies that token with your IAM, applies the access policy, and then makes the call itself, replacing the inbound token with the right NHI credential drawn from the vault. The agent never sees the permanent secret.
The schema mapping of which user, role, or AI agent can access which features, and which scope of each feature, is defined by the application admin as the PDP. The PEP enforces it on every call.
Whether the agent brings no token, an IAM-issued JIT token, or a user's bearer token, the broker checks it with your IAM, then replaces it: the call to the API gateway goes out with the NHI token instead.
Each application can use one or more NHI tokens: OAuth, API key, or Basic Auth with username and password. The broker selects the right one for the call, per the admin's policy.
Passwords and certificates are stored in an external vault compliant with your enterprise security posture, drawn at call time and never handed to the agent. Zero standing privileges for agents, by construction.
The broker is the PDP and PEP for credentials. Intent has its own PDP and PEP in the Lumen A2A Gateway, where Smart Policies on each PeerGroup decide and enforce what agents may do. Two decision points, cleanly separated, built to work together.
An add-on service to Lumen POET, front-ending the generated MCP servers and A2A agents.
Explore the Lumen A2A Gateway for the runtime governance story.
POET reads the API definitions you already publish and coexists with the API management stack you already run. If your gateway team is exploring AI gateway, MCP gateway, or MCP proxy features to expose REST APIs as MCP tools, POET fits right beside them: the gateway keeps managing API traffic while POET generates and operates the full agent surface, orchestrated A2A agents, credential brokering, testing, and logging included. Deploy without disruption, in your VPC or air-gapped.
Deploys with Helm or Terraform into your cloud or on-premises Kubernetes, including air-gapped environments. Generated agents and MCP servers scale automatically with demand.
POET sits next to your API gateway, not in place of it. Kong, Apigee, AWS API Gateway, MuleSoft, and Azure API Management keep doing their jobs while POET adds the agent-facing layer.
The generated MCP server and A2A agent code is yours. Run it under POET's management, or export it to hyperscaler AI environments such as Microsoft Foundry and Amazon Bedrock AgentCore.
An application becomes agent-ready in days, not quarters. The API investment your enterprise made over years starts earning in the agent era immediately.
Owner-defined operations only, tested before publishing, logged from the first call. And zero standing privileges for agents: the broker exchanges verified IAM tokens for vault-held NHI credentials, call by call.
No dedicated AI team per application. One product generates, tests, and operates the agent surface for the whole portfolio, and the code exports if your platform strategy changes.
No API rewrites, no gateway replacement, no new identity project. POET reads what you publish, deploys beside what you run, and draws on the external vault and IAM you already trust.
| Feature | What It Does | Why It Matters |
|---|---|---|
| MCP Builder | Builds a precise MCP server from the target system's OpenAPI, Swagger, or RAML spec, exposing owner-defined operations only. | Agents get exactly the surface you approve, nothing the API happens to expose. |
| A2A Agent Generator | Generates a collection of A2A agents grouped by relevant functionality, with an orchestrator agent coordinating the others to complete core tasks end to end. | One API becomes a working division of labor, not one oversized agent. |
| Out-of-the-Box Prompts | Every generated agent ships with working prompts, editable from the console. | Day-one function, with fine-tuning when you want different behavior. |
| Schema Remapping | Rename operations, reshape parameters, hide fields, merge or split endpoints for the MCP generation. | The agent surface reflects how the application should be used, not how the API grew. |
| No-Code, Low-Code Management | Build and manage agents and MCP servers with no or least expertise, from a role-based console. | Application teams ship agents without a dedicated AI team. |
| Integrated Testing | Exercises generated servers and agents against the live API before publishing, and on every change. | What ships has already passed; changes cannot silently break the surface. |
| Logging and Traceability | Logs every interaction: agent, operation, the user it acts for, and outcome. | The audit trail exists from the first call, not as a retrofit. |
| Automatic Scalability | Generated agents and MCP servers scale automatically with demand in your VPC. | Adoption spikes do not become re-architecture projects. |
| Code Export | Exports generated MCP server and A2A agent code to hyperscaler AI environments such as Microsoft Foundry and Amazon Bedrock AgentCore. | Build here, run anywhere your platform strategy points. The code is yours. |
| Gateway Coexistence | Reads specs from and deploys alongside Kong, Apigee, AWS API Gateway, MuleSoft, and Azure API Management. | No disruption to the API infrastructure you already govern. |
Broker Add-On Credential PDP and PEP | The application admin defines which user, role, or AI agent can access which features and scope; the broker enforces it on every call. | Every credential decision made and enforced in one governed place. |
Broker Add-On Token Exchange with IAM | Verifies the caller's bearer or IAM-issued JIT token with your IAM, then calls the API gateway with the right vault-held NHI credential. | The agent never touches the permanent secret; zero standing privileges by construction. |
Broker Add-On External Vault | Passwords and certificates stay in an external vault compliant with your enterprise security posture, drawn at call time. | Secrets stay where your security team already governs them. |
Broker Add-On MCP Policy Layer | Credential policy managed through the broker's integrated MCP layer. | Governance works the way agents work, through the same protocol. |
Pick the application everyone wants in their agent workflow. In one session we will generate its MCP server and agent collection, run the tests, and hand you the result. That is usually all the convincing anyone needs.
Also see: Lumen Solutions, the deployment playbook·Trust No Agent, the joint solution with IBM and Fortinet
Topics: #Backflipt · #LumenPOET · #POETCredentialBroker · #MCPBuilder · #MCP · #MCPSecurity · #A2A · #A2AAgents · #OrchestratorAgent · #AgenticAI · #AIAgents · #AgentReady · #OpenAPI · #APIGateway · #APIManagement · #AIGateway · #MCPGateway · #MCPTools · #NoCode · #LowCode · #EnterpriseAI · #AISecurity · #AIGovernance · #ZeroTrust · #ZeroStandingPrivileges · #EphemeralCredentials · #JustInTime · #TokenExchange · #SecretsManagement · #NonHumanIdentity · #NHI · #WorkloadIdentity · #WorkloadIAM · #MachineIdentity · #PAM · #CyberSecurity