Quick Start
interf.yaml manifest declaring every dependency your agent needs from an enterprise, and runs a deployment simulation against real enterprise profiles.
@interf/gateway is live on npm. Get your OpenRouter API key at openrouter.ai.What You Get
Define your agent’s enterprise requirements once ininterf.yaml — APIs, auth, compliance, approvals — then simulate what deployment looks like at any enterprise profile.
Each simulation returns per-dependency analysis:
- Resolution flow — ordered steps with owners, timelines, and blockers
- Stakeholders — roles, involvement level, time commitment
- Risks — likelihood, impact, and mitigations
- Critical path — total days to production readiness
The Vision: Agents That Know They’re Not Ready
Today, agents deploy blindly into enterprise environments. They don’t know if they have the necessary data access, authentication, or compliance permissions to function. Readiness gaps are discovered mid-flight — stalling deployments and freezing capital. Interf changes this. We’re building the protocol and infrastructure for agent self-awareness in enterprise environments.Agent Readiness Protocol
An open standard for declaring what agents need from enterprises to be ready. Dependencies are specified ininterf.yaml — a machine-readable contract between vendor and enterprise.
Vendors define it. Enterprises resolve it. Agents verify it.
Agent Readiness Gateway
The runtime layer where agents and enterprises communicate readiness.For Vendors
Define your agent’s requirements in
interf.yaml. Simulate deployments against enterprise profiles.
Publish to the Interf registry so enterprises can self-prepare.For Enterprises
Pull vendor manifests from the registry. Run pre-flight checks against your environment.
Resolve dependencies before the agent arrives — not after.
How It Works in Production
- Enterprise loads a vendor’s
interf.yamlinto the gateway, creating a readiness workspace. - Gateway exposes readiness state as an MCP endpoint — each dependency tracked from unresolved to verified.
- Enterprise IT resolves dependencies (provisions API access, configures SSO, completes security reviews).
- Vendor agent connects to the gateway, queries its readiness state, and self-verifies each dependency.
- Agent confirms 10/10 dependencies verified — ready for production.
What’s Available Today
The simulation toolkit is the first step. Create yourinterf.yaml, simulate enterprise deployments, and publish to the registry. The full agent self-onboarding experience — where your agent connects to the gateway, queries its readiness, and verifies dependencies in real time — is what we’re building toward.
Get Started
Install the MCP server and create your first agent readiness manifest.
