_token.post(
"/{token_id}/use",
response_model=ExecutionTokenOut,
summary="Mark Token Used",
description="Mark an ExecutionToken as consumed.",
)
| 1 | """ |
| 2 | FastAPI integration for OrgKernel. |
| 3 | |
| 4 | Provides REST API endpoints for AgentIdentity, ExecutionToken, and AuditChain. |
nothing calls this directly
no outgoing calls
no test coverage detected