Send Your Spec
Post an OpenAPI document or a simple endpoint list. No live credentials or production access needed.
OpenAPI → agent-ready tools
Check whether your API is ready for AI agents, then compile one OpenAPI document into portable tool schemas, a readiness score, risk labels, and a review checklist your team can act on.
No production credentials required. Start with a sanitized spec.
One evidence-backed request returns
How It Works
Alinafe is a focused compiler and linter—not an agent runtime. You keep control of hosting, authentication, and execution.
Post an OpenAPI document or a simple endpoint list. No live credentials or production access needed.
See weak descriptions, ambiguous inputs, and read, write, sensitive, or destructive operations.
Use the generated schemas in your own MCP server, function-calling client, docs, or review workflow.
Real Output, Not a Mockup
The example uses the repository’s bundled billing API spec. The values shown here come from the shipped compiler: 3 operations, a 100/A score, and 1 sensitive write that requires confirmation.
POST /v1/compilecurl https://alinafe.net/v1/compile \
-H "x-alinafe-key: ak_live_…" \
-H "content-type: application/json" \
-d @openapi.json
application/json{
"readiness": { "score": 100, "grade": "A" },
"mcp": { "tools": [ /* 3 contracts */ ] },
"functionTools": { "responses": [ /* … */ ] },
"agentExperience": { "riskBreakdown": { /* … */ } }
}
Built for the review step
Catch agent-facing contract gaps before publishing a new integration.
Generate portable schemas without hand-writing every tool definition.
Review risky operations and approval boundaries before connecting clients.
Simple Beta Pricing
No seat pricing, feature theater, or pretend enterprise plan.
Explore the sample
Inspect a real compiled example and learn the API shape before paying.
See Sample OutputPro Beta
10,000 monthly units, one production API key, usage view, and key management.
Get an API KeyFounding review
A human review of one sanitized spec, a risk map, prioritized findings, and a 30-minute call.
Request a ReviewStraight Answers
No. Alinafe returns portable contracts and review guidance. You host and operate the runtime.
No. It analyzes the document you send. Use a sanitized OpenAPI file and never submit live credentials.
A compile request uses 5 units and a score request uses 1. Pro Beta includes 10,000 units each month.