> For the complete documentation index, see [llms.txt](https://docs.apinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apinity.io/step-by-step/manage-your-workspace-overview/create-a-workspace.md).

# Create a Workspace

A Workspace is a business profile managed by one or more users. The workspace is used to publish services or to subscribe to them.

You can create your first workspace by clicking on **Create Workspace** in the top-right corner after having created a user account. If you are already member in a workspace, you can drop down the Workspace selector and choose *Create Workspace* there.

<figure><img src="/files/NeX3Xpfi2pHk9pq6C0b3" alt=""><figcaption></figcaption></figure>

In the popup window, enter the workspace details:

* Define a name & upload your logo.
* Enter your company details e.g. company name, VAT-ID, address. This will be used as the billing address.
* Add a contact person (This should be a person who is in charge of billing and can be contacted for administrative questions).

{% hint style="info" %}
The **contact person** details will be **visible to your subscribers** as well.

The company details are only visible to apinity.
{% endhint %}

Finally, press **Create Workspace** below to submit the form.

You are now the owner of a Workspace. You can consume services on our marketplace as well as provide services via your workspace.

You can invite other Users to be a part of your Workspace. Different Users within a Workspace can be given different access rights. Please refer to [Manage Users](/step-by-step/manage-your-workspace-overview/manage-users.md) .

### Start working with your Workspace profile <a href="#createapartner-startworkingwithyourpartnerprofile" id="createapartner-startworkingwithyourpartnerprofile"></a>

Once you’ve create your workspace you can either [publish your service](/quick-start/publish-your-first-service-quick.md) or [subscribe](/quick-start/consume-a-service-quick.md) to any service on the marketplace.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apinity.io/step-by-step/manage-your-workspace-overview/create-a-workspace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
