> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.MethodRequestGate.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias MethodRequestGate

```typescript
MethodRequestGate:
    | "fs"
    | "folders.read"
    | "folders.write"
    | "promptHistory.read"
    | "cloud.read"
    | "cloud.chat"
    | "cloud.support"
    | "community.member"
    | "sites.deploy"
    | "assistant.memoryRead"
    | "assistant.memoryWrite"
    | "entities.any"
    | "entities.create"
    | "entities.read"
    | "entities.query"
    | "entities.update"
    | "entities.delete"
    | "entities.grant"
    | "entities.watch"
    | "entities.content-write"
    | "entities.content-read"
    | "entities.content-redact"
    | "secrets.env"
    | "ui.system-audio"
    | "ui.notify"
    | "ui.navigate"
    | "ui.detached-surface"
    | "ui.chat-companion"
    | "chrome.author"
    | "chrome.project-icons"
    | "chrome.project-icon-catalog"
    | "chrome.project-icon-delete"
    | "chrome.host-sounds"
    | "chrome.host-sound-catalog"
    | "spec.propose"
    | "agent.dispatch"
    | "agent.sessionRead"
    | "agent.sessionControl"
    | "agent.hostedRuns"
    | "agent.remoteCoding"
    | "agent.orchestrate"
    | "git.read"
    | "git.commit"
    | "dialog.saveAs"
    | "files.publish"
    | "files.pick"
    | "files.edit"
    | "files.save"
    | "assets.publish"
    | "ai.local"
    | "capability.invoke"
    | `connectors.${string}`
    | "evaluations.runs.read"
    | "evaluations.runs.request"
    | "evaluations.runs.rerun"
    | "evaluations.work.create"
    | "evaluations.remediation.start"
```
