# com.babesky.authManageStarterPacks

> 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.authManageStarterPacks)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authManageStarterPacks/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authManageStarterPacks/examples)

## Definitions

### `com.babesky.authManageStarterPacks`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Create and manage starter packs",
  "details": "Create starter packs to help others discover creators on Bluesky. This lets you create curated lists of accounts that new users can follow all at once. You can add members to your packs, remove them, and delete packs you no longer want.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.bsky.graph.list",
        "app.bsky.graph.starterpack",
        "app.bsky.graph.listitem"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "com.babesky.authManageStarterPacks",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Create and manage starter packs",
      "details": "Create starter packs to help others discover creators on Bluesky. This lets you create curated lists of accounts that new users can follow all at once. You can add members to your packs, remove them, and delete packs you no longer want.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "app.bsky.graph.list",
            "app.bsky.graph.starterpack",
            "app.bsky.graph.listitem"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
