API
Endpoints principales para operaciones de memoria y facturación.
POST /v1/store
{
"type": "decision",
"content": "Your trusted memory fact",
"tenant_id": "tenant-1"
}
GET /v1/query
{
"tenant_id": "tenant-1",
"q": "What changed in auth flow?"
}
POST /v1/stripe/checkout
{
"plan": "pro",
"customer_email": "you@domain.com",
"success_url": "https://cortexpersist.com/docs/prototypes/success.html",
"cancel_url": "https://cortexpersist.com/docs/prototypes/cancel.html"
}