> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GrantPermissionsOptions

Input options for the 'grantPermissions' mutation.

## Definition

```graphql theme={null}
input GrantPermissionsOptions {
  origin: URL
}
```

## Fields

### `origin`

[URL](/reference/graphql/scalars/url)

The origin to grant permissions to. If not specified, grants to the current page's origin.
Example: `"https://maps.example.com"`
