API
Endpoints principales para persistencia, consultas y operaciones de trust ledger.
POST /v1/store
{
"type": "decision",
"content": "Tu hecho de confianza",
"tenant_id": "tenant-1"
}
GET /v1/query
{
"tenant_id": "tenant-1",
"q": "¿Qué cambió en auth?"
}
POST /v1/stripe/checkout
{
"plan": "pro",
"customer_email": "tucorreo@dominio.com",
"success_url": "https://cortexpersist.com/docs/prototypes/success.html",
"cancel_url": "https://cortexpersist.com/docs/prototypes/cancel.html"
}