/
/Agent Swarm API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3h ago
Active Sessions8
Agents12
API Keys8
ApprovalRequests4
Assets4
Budgets5
Config7
Debug1
Ecosystem1
Events4
External APIs1
Favorites2
FS9
Heartbeat2
Inbox State2
Integrations2
KV10
MCP OAuth8
MCP Servers8
Memory12
  • postIngest content into memory system (async embedding)
  • postSearch memories by natural language query
  • postEdit a single memory in place while preserving its ID and usefulness posterior. Modes: 'replace' overwrites entire content; 'exact' performs surgical find-and-replace of oldString→newString (fails if missing or ambiguous)
  • postRe-embed all memories using the current embedding provider
  • postList or semantically search memories across all agents (debug/admin)
  • getReport memory vector index health and retrieval mode
  • getWindowed memory usefulness analytics: retrieval volume, per-arm breakdown, citation rate per source, posterior movement
  • getGet a single memory by ID
  • deleteDelete a single memory by ID (debug/admin)
  • postSubmit RatingEvents to update memory usefulness posteriors
  • getList memories retrieved for a task or session (rater input)
  • getList references-source edges for a memory
Metrics9
OAuth6
Pages17
Poll2
Pricing6
PromptTemplates10
Repos5
Schedules7
Script Connections21
Script Runs10
Scripts16
Session Data6
Sessions2
Skills17
Stats6
Status2
Task Templates1
Tasks21
Trackers14
Users12
Webhooks5
WorkflowEvents2
Workflows17
    Memory

    Delete a single memory by ID (debug/admin)

    delete/api/memory/{id}

    Path parameters

    idstring uuid required

    Response

    Memory deleted

    Changes