← Back to search
50
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
data llms-txtapiai-friendlydevtoolsauthenticationdatabasemlhostingai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# InsForge > InsForge is the agent-native cloud infrastructure platform. Model gateway, compute, deployment, database, auth, and more, with every service built for AI coding agents to operate end to end through CLI and skills. InsForge is an open-source (Apache-2.0) backend platform for agentic coding. A coding agent gets a Postgres database, authentication, storage, edge functions, compute, hosting, and an AI model gateway, driven through the InsForge CLI and agent skills. An agent authenticates with `npx @insforge/cli login` and links a project to start building. ## Start here - [Agent setup workflow (skill.md)](https://insforge.dev/skill.md): The canonical, copy-paste workflow for adding an InsForge backend to a project. Fetch this first; it supersedes guesses about the CLI, signup, or API. - [Documentation](https://docs.insforge.dev): Full product documentation. - [CLI on npm (@insforge/cli)](https://www.npmjs.com/package/@insforge/cli): Run `npx @insforge/cli` to create and manage backends. Never install globally. - [Agent skills (InsForge/insforge-skills)](https://github.com/InsForge/insforge-skills): Official InsForge agent skills that drive the CLI from inside a coding agent. ## Core concepts - [Authentication](https://docs.insforge.dev/core-concepts/authentication/overview): Users, sessions, OAuth, and JWT-based row-level security. - [Database](https://docs.insforge.dev/core-concepts/database/overview): Postgres with schema management, RLS policies, and raw SQL. - [Storage](https://docs.insforge.dev/core-concepts/storage/overview): S3-compatible object storage with bucket-level access policies. - [Edge functions](https://docs.insforge.dev/core-concepts/functions/overview): Deno-based serverless functions. - [AI model gateway](https://docs.insforge.dev/core-concepts/ai/overview): A unified gateway to LLMs via OpenRouter. - [Realtime](https://docs.insforge.dev/core-concepts/realtime/overview): Realtime subscriptions over database changes. ## Comparison