SuperTokens · Capability
SuperTokens Core Driver Interface — Sessions
SuperTokens Core Driver Interface — Sessions. 6 operations. Lead operation: Create Session. Self-contained Naftiko capability covering one Supertokens business surface.
What You Can Do
POST
Createsession
— Create Session
/v1/recipe/session
GET
Getsession
— Get Session
/v1/recipe/session
GET
Getsessiondata
— Get Session Data
/v1/recipe/session/data
PUT
Updatesessiondata
— Update Session Data
/v1/recipe/session/data
POST
Refreshsession
— Refresh Session
/v1/recipe/session/refresh
POST
Removesessions
— Remove Sessions
/v1/recipe/session/remove
MCP Tools
create-session
Create Session
get-session
Get Session
read-only
idempotent
get-session-data
Get Session Data
read-only
idempotent
update-session-data
Update Session Data
idempotent
refresh-session
Refresh Session
remove-sessions
Remove Sessions