What problem does it solve?
Setting up backend infrastructure normally requires juggling multiple vendor consoles, copying API keys, and configuring each service by hand. This Skill lets an AI agent provision databases, hosting, auth, realtime, storage, and AI model access through a single Cohesivity HTTP API on the user's behalf.
Core Features & Use Cases
- Tenant Bootstrap: Creates or reuses a project tenant via the Cohesivity MCP
create_tenant tool, storing credentials in a local .cohesivity file.
- Resource Provisioning: Provisions resources like postgres, redis, object-storage, railway-hosting, cloudflare-workers, inbox, and steel-browser by fetching live offering docs before each API call.
- Consent-Gated Billing: Enforces explicit user approval for claiming tenants, paid actions, plan upgrades, and managed agents.
- Use Case: A user asks to add a Postgres database to their project. The agent reads
.cohesivity, fetches the live postgres offering doc, provisions the resource with the management key, and returns the endpoint and credentials.
Quick Start
Ask the agent to set up a Cohesivity backend with a Postgres database for the current project after installing the cohesivity plugin from the buildwithclaude marketplace.