Skip to main content
GET
/
v1
/
sdk
/
context
curl https://nest.feather.mupeni.dev/v1/sdk/context \
  -H "Authorization: Bearer <api_key>"
{
  "environmentId": "env_01hx...",
  "orgId": "org_01hx...",
  "keyType": "server"
}
Used by the SDK to populate telemetry fields (environmentId, orgId) without requiring them to be passed explicitly in the config. Auth: API key only — session authentication is not supported on this endpoint.

Response

environmentId
string
required
orgId
string
required
keyType
"server" | "client"
required
curl https://nest.feather.mupeni.dev/v1/sdk/context \
  -H "Authorization: Bearer <api_key>"
{
  "environmentId": "env_01hx...",
  "orgId": "org_01hx...",
  "keyType": "server"
}