Skip to content

Your workspace

Your workspace is your brand's own private space. Your social accounts, posts, team members and billing all live inside it.

Why it matters

Everything you do in Sosyabot happens inside a workspace. Keeping it set up the right way — name, currency, language and time — means posts schedule at the right hour and invoices look correct.

Step by step

Open your workspace settings

Click the workspace name at the top of the screen, then choose Settings.

You will see your workspace details on one page.

Rename it and set your defaults

Type a new name if you like, then pick your currency, language and time zone.

These are the defaults everyone in the workspace will use.

Add your billing address

Fill in the address that should appear on your invoices.

Click Save when you are done.

Switch between workspaces

If you have more than one workspace, click the workspace name at the top and pick the one you want.

The whole app switches to that brand's accounts, posts and team.

TIP

The workspace owner and admins can change these settings. Other members see them but cannot edit.

Good to know

  • Your workspace name and web address must be unique, so you may need a slightly different name if one is taken.
  • The currency and language you pick here become the starting defaults for the whole workspace.
  • The billing address you enter is the one printed on your invoices.
  • To change your plan, head to the upgrade page.
For developers
  • GET /api/v1/workspaces — list workspaces (auth).
  • GET /api/v1/workspace — current workspace (attachWorkspace).
  • PATCH /api/v1/workspace — update (admin only).
  • GET /api/v1/workspace/audit-log — audit log (admin, feature-gated).
  • GET /workspace/members — member list; the role matrix lives in Roles.

Editable fields: name, slug (unique across the instance), default_currency (TRY | USD, default TRY), locale (default tr), and billing_address (name, line1, line2, city, country, postal, tax_id). The plan is set via plan_code through Upgrade.