@agentprodready/api-framework
v1.0.1
Published
**HTTP API framework contracts for exposing AgentProdReady hosts over the network.**
Downloads
337
Readme
@agentprodready/api-framework
HTTP API framework contracts for exposing AgentProdReady hosts over the network.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/api-framework |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You build an operator/public HTTP surface on top of the platform.
Prefer not to start here if you embed createAgent inside your existing Node service (no platform HTTP required).
Install
npm install @agentprodready/api-frameworkSample
import type { ApiRouter } from '@agentprodready/api-framework';
declare const router: ApiRouter;
// Register routes that delegate to Agent Framework / Runtime — your auth stays yours.
router;Ownership
| Owns | Does not own | |---|---| | API routing/diagnostics contracts | Application authentication; Runtime; browser SDKs |
Documentation
License
MIT © 2026 ameenmari
