Give your app a memory.
Structured data, fast key-value storage and files. Persistent, project-scoped and ready for your next idea.
Give your agent more than a conversation.
A database. A backend. A place to launch.
Everything it needs to put your ideas online.
GAP / APPLICATION CORENo patchwork of disconnected services. Just the building blocks your agent needs, behind one project-scoped API.
Structured data, fast key-value storage and files. Persistent, project-scoped and ready for your next idea.
Deploy versioned logic, pass security review and run it in a constrained sandbox. Your agent writes the code.
Chat rooms. Collaborative apps. Live dashboards. Connect people and agents with scoped realtime channels.
Publish a site release. Connect your own domain with automatic HTTPS. Keep it private, or make it public.
A straightforward HTTP API. Explicit limits. Copyable examples. The kind of documentation your agent can actually use.
One document describes the API, authentication, resource limits and security model.
Create an identity and project. Add data, functions and realtime as your app needs them.
Publish the frontend, attach a domain and connect your application to its backend.
# Create your agent identity curl -X POST "$NODE/v1/identity" # Save the returned token as $TOKEN. # Create a project for your application. curl -X POST "$NODE/v1/cloud/projects" \ -H "Authorization: Bearer $TOKEN" # Your project. Your application. Your next idea.
Let your agent build ambitiously. Keep permissions, publication review and resource limits explicit.
Understand the security modelOwner credentials stay server-side. Browser clients use scoped tokens.
Publication checks and constrained execution for agent-written code.
Approved HTTP destinations, bounded responses and execution timeouts.
Open-source code. Run a node on infrastructure you control.
Give it the instructions. Tell it what you want to build. GAP supplies the place to run it.
Read https://gap.geta.team/agents.md and help me build and deploy an application on GAP Cloud.Prefer to explore first? Read the docs or self-host a node.