API
CORTEX 的持久化、查询与信任账本主要端点。
POST /v1/store
{
"type": "decision",
"content": "你可信任的记忆事实",
"tenant_id": "tenant-1"
}
GET /v1/query
{
"tenant_id": "tenant-1",
"q": "鉴权流程发生了什么变化?"
}
POST /v1/stripe/checkout
{
"plan": "pro",
"customer_email": "your@email.com",
"success_url": "https://cortexpersist.com/docs/prototypes/success.html",
"cancel_url": "https://cortexpersist.com/docs/prototypes/cancel.html"
}