# com.babesky.authWriteCreatorProfile

> Published by [babesky.com](https://lexicon.garden/identity/did:plc:qtapiembzpxlzsiagnc7eyy3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authWriteCreatorProfile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authWriteCreatorProfile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authWriteCreatorProfile/examples)

## Definitions

### `com.babesky.authWriteCreatorProfile`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Publish your creator portfolio to the Atmosphere",
  "detail": "Writes your Atmosphere creator portfolio to your AT Protocol repository. This includes your platform links, tip jar, bio, content categories, availability, and featured posts. Other Atmosphere apps can discover and display your portfolio. You control what to include and can remove it at any time.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "com.babesky.actor.links",
        "com.babesky.actor.support",
        "com.babesky.actor.profile",
        "com.babesky.actor.featured"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "com.babesky.authWriteCreatorProfile",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Publish your creator portfolio to the Atmosphere",
      "detail": "Writes your Atmosphere creator portfolio to your AT Protocol repository. This includes your platform links, tip jar, bio, content categories, availability, and featured posts. Other Atmosphere apps can discover and display your portfolio. You control what to include and can remove it at any time.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "com.babesky.actor.links",
            "com.babesky.actor.support",
            "com.babesky.actor.profile",
            "com.babesky.actor.featured"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
