Get organization context

GET
/organizations/current/context

Returns a markdown summary of the authenticated organization including identity, balance, projects, opportunity counts, and any organization-specific MCP instructions.

Authorization<token>

API key as Bearer token: Authorization: Bearer

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://terac.com/api/external/v2/organizations/current/context"
{
  "markdown": "string",
  "organizationId": "string",
  "organizationName": "string",
  "organizationSlug": "string",
  "balanceDollars": 0
}
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "NOT_FOUND",
  "message": "Not found",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}