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

# Partners

> Act across the client workspaces your partner workspace manages.

Every API key belongs to one workspace. When your workspace is a partner
workspace, its keys also manage the workspaces you created for your clients:
they [create workspaces](/reference/workspaces/create), list them, and act
inside a managed workspace by naming it with the `Plane-Workspace` header.
Requests to a workspace your partner does not manage are rejected.

<RequestExample>
  ```bash Partner request theme={null}
  curl https://api.plane.com/v1/workers \
    -u YOUR_PARTNER_API_KEY: \
    -H "Plane-Workspace: wsp_8rT2mVq5xNp3Kd"
  ```
</RequestExample>
