> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Company & Workspace token

> Workspace Tokens: Manage company and workspace tokens for dbt™ projects in Paradime. Ensure secure and efficient access control.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

To obtain the company token for your Paradime account and the workspace token for your Paradime current workspace, navigate to Account Settings and select the Workspace option in the left panel.

In the overview section you can find and copy the **`company_token`** and **`workspace_token`**.

<Arcade src="https://demo.arcade.software/hTAwIW2lECHpNi73Ggyj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Company & Workspace token" />


## Related topics

- [API Keys](/developers/api-keys.md)
- [Azure DevOps](/products/bolt/ci-cd/turbo-ci/azure-devops.md)
- [BitBucket](/products/bolt/ci-cd/turbo-ci/bitbucket.md)
- [GitLab](/products/bolt/ci-cd/turbo-ci/gitlab.md)
- [Snowflake cost connection](/products/settings/connections/cost-connection/snowflake-connection.md)
