Memory
Read memory
The memory guide an in-app agent loads, plus the proposals still waiting to be folded in.
GET
https://cloud.generalinput.com/v1/memory/:ownerTypeAuthenticationRequires
memory:manage on a personal API key. A CLI session always passes.Path parameters
| Name | Notes |
|---|---|
ownerType | organization, membership, or project. |
Query parameters
| Name | Notes |
|---|---|
projectId | Required when ownerType is project. |
Response
{
"guide": "# Workspace memory\n\n## Conventions\n- Invoices are reconciled against Stripe, never the ledger.\n…",
"pendingProposals": ["deploys go out Tuesdays"]
}guide is markdown, empty when nothing is recorded yet. Read pendingProposals before filing so you do not queue the same change twice.
Errors
| Status | When |
|---|---|
400 | Unknown owner type. |
403 | The member may not read that memory. |