> For the complete documentation index, see [llms.txt](https://docs.inrupt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inrupt.com/podspaces/podspaces.md).

# PodSpaces

{% hint style="warning" %}
PodSpaces and PodSpaces AP are currently available as Developer Preview. Do not use for production or for storing sensitive/personal data.
{% endhint %}

Inrupt provides the following hosted versions of its [Enterprise Solid Server (ESS)](https://docs.inrupt.com/ess/latest/introduction) :

* [Inrupt PodSpaces](https://start.inrupt.com/)
* [Inrupt PodSpaces AP (Asia-Pacific)](https://start.ap.inrupt.com) .

## Features

### WebID

{% tabs %}
{% tab title="PodSpaces" %}
WebIDs created through PodSpaces:

* Have the form **`https://id.inrupt.com/{username}`** .
* Uses Inrupt’s OpenID Provider **`https://login.inrupt.com`** .
  {% endtab %}

{% tab title="PodSpaces AP" %}
WebIDs created through PodSpaces AP:

* Have the form **`https://id.inrupt.com/{username}`** .
* Uses Inrupt’s OpenID Provider **`https://login.inrupt.com`** .
  {% endtab %}
  {% endtabs %}

### Pod Storage

{% tabs %}
{% tab title="PodSpaces" %}
Pods on PodSpaces have the URL **`https://storage.inrupt.com/{Pod Identifier}`** where **`{Pod Identifier}`** is autogenerated.
{% endtab %}

{% tab title="PodSpaces AP" %}
Pods on PodSpaces AP have the URL **`https://storage.ap.inrupt.com/{Pod Identifier}`** where **`{Pod Identifier}`** is autogenerated.
{% endtab %}
{% endtabs %}

### Access Control

To manage access to resources stored in its Pods, PodSpaces uses:

* [Access Control Policies (ACP)](/security/authorization/acp.md)
* [Access Requests and Grants](/ess/latest/services/service-access-grant.md)

### Limits

There is a 100MB limit on each Resource stored in the Pod.

## Issues & Help

For non-public feedback or support inquiries, please use the [Inrupt Service Desk](https://inrupt.atlassian.net/servicedesk).


---

# 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:

```
GET https://docs.inrupt.com/podspaces/podspaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
