Organization Commands

View your SmallForce organization details and configuration.


org details

Get information about the organization associated with your API key, including name, plan, and configuration.

smallforce org details

Example output

{
  "id": "org_abc123",
  "name": "Acme Corp",
  "plan": "pro",
  "createdAt": "2025-11-01T00:00:00Z",
  "features": {
    "socialAccounts": 10,
    "aiAssistants": 5,
    "monthlyCredits": 5000
  }
}

This is useful for verifying which organization your API key is scoped to, especially when managing multiple organizations.