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

# Connectors and models

> Configure Linear, GitHub, BYOK providers, and subscription usage in ShipCode Cloud.

ShipCode Cloud includes settings for task sources, model providers, and subscription-backed model access.

## Connectors

<Card title="Linear" icon="link">
  Connect Linear so delegated issues can start ShipCode Cloud runs automatically. You can reconnect or disconnect the Linear workspace from settings.
</Card>

## Model providers

<Columns cols={2}>
  <Column>
    <Card title="BYOK" icon="key">
      Store provider keys for OpenAI, Anthropic, or Vercel AI Gateway and choose a default model.
    </Card>
  </Column>

  <Column>
    <Card title="Subscription usage" icon="check-circle">
      Connect a paid ChatGPT plan through Codex. Claude Pro / Max appears in the UI as a coming-soon option.
    </Card>
  </Column>
</Columns>

<Warning>
  Keep provider keys scoped to the workspace and rotate them if a teammate leaves or a key is exposed.
</Warning>
