Webenta Index / Docs
Getting Started

Introduction

What Webenta Index is and who it is for.

Webenta Index is a structured-data backend purpose-built for AI agents. Your agent defines tables, reads and writes rows over MCP, and you watch it happen in a live dashboard — or take control yourself. No servers, no migrations, no glue code.

Claude showing calisthenics stats pulled from Webenta Index
Ask Claude anything — it reads your data through MCP and responds with full context.

#Who is it for

  • Builders giving Claude, ChatGPT or Gemini long-term memory of structured data.
  • Power users who want to track workouts, journal entries, finances or anything else through chat.
  • Teams shipping internal agents that need a quick CRUD layer without standing up Postgres.

#Core ideas

  • Projects are isolated databases. Each project has its own tables, dashboard, and keys.
  • Tables are strongly-typed and live-editable — created by your agent or by hand.
  • MCP is how every supported agent talks to your data.
  • API keys control access — per-project or global, read-only or read/write.