MCPcopy Create free account
hub / github.com/MetapriseAI/OrgKernel / mark_token_used

Route mark_token_used

src/orgkernel/pyapi/router.py:None–None  ·  view source on GitHub ↗
_token.post(
    "/{token_id}/use",
    response_model=ExecutionTokenOut,
    summary="Mark Token Used",
    description="Mark an ExecutionToken as consumed.",
)

Source from the content-addressed store, hash-verified

1"""
2FastAPI integration for OrgKernel.
3
4Provides REST API endpoints for AgentIdentity, ExecutionToken, and AuditChain.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected