Resolve the current Project principal context
Developer
Resolve the current Project principal context
Authenticates a Project credential (Authorization Bearer <keyId>.<secret>, optionally with x-persona-external-user-id) and returns the resolved ProjectMachineContext or ProjectRuntimeContext. No side effects beyond external-user JIT resolution already performed by the auth middleware itself.
GET
Resolve the current Project principal context
Authorizations
Developer Platform Project credential, minted via POST /api/v1/projects/{projectId}/credentials. Send as Authorization: Bearer <keyId>.<secret>. Optionally pair with the x-persona-external-user-id header to act on behalf of one of the Project's own external users. This credential is a server-side secret — see the Integration Guide.
Response
Resolved principal context