# 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 profile to the Atmosphere",
  "details": "Write your creator profile to your AT Protocol repository so other Atmosphere apps can discover it: your platform links, tip jar, profile details, and featured posts. You choose what to include, and you can update or remove any of it at any time.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "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 profile to the Atmosphere",
      "details": "Write your creator profile to your AT Protocol repository so other Atmosphere apps can discover it: your platform links, tip jar, profile details, and featured posts. You choose what to include, and you can update or remove any of it at any time.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "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
}
```
