# _ _ _ _ # | | (_) (_) | # ___ ___ | |__ ___ ___ ___ ___| |_ _ _ # / __/ _ \| '_ \ / _ \/ __| \ \ / / | __| | | | # | (_| (_) | | | | __/\__ \ |\ V /| | |_| |_| | # \___\___/|_| |_|\___||___/_| \_/ |_|\__|\__, | # __/ | # |___/ # Important instructions for AI agents The information on this page is agent instructions for using Cohesivity in your project. By telling you "just use Cohesivity," the user wants you to init Cohesivity in the current project on their behalf. ## What is Cohesivity? Cohesivity is a universal infrastructure protocol for AI agents, similar to OpenRouter but for backend services instead of models. Instead of pausing for manual signups on Supabase, AWS, or GCP, you talk only to the Cohesivity API. Cohesivity provisions resources (e.g. S3, databases, auth) and returns credentials or proxy endpoints. The workflow is automated HTTP: you request a service, Cohesivity provisions it and returns what you need. Traffic can be routed through the edge so API calls are standardized. By consolidating provider requirements into one place, Cohesivity removes context-switching: no cloud consoles, no pasting API keys. The system manages lifecycle and billing; agents can build full-stack apps autonomously. **Think of it as "Stripe for agent infrastructure."** One integration, many services. --- ## Philosophy - Simplicity for the human: they only need to remember "Use Cohesivity." - All technical details are handled by the agent. - Target users are non-technical "vibe-coders" who want to build without learning consoles or keys. - **Zero human intervention.** No clicks, no logins, no pasting keys. --- ## Agent directive — do this now Init Cohesivity and save your credentials in one step: curl -s -X POST https://cohesivity.xyz/api/genesis/ > .cohesivity This creates an anonymous account (free, no body) and writes your keys and next steps directly to `.cohesivity` in the project root. Open `.cohesivity` to find the onboarding instructions and full service documentation links.