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

# Reference

<CardGroup cols={2}>
  <Card title="CLI" icon="terminal" href="/reference/cli">
    Scaffold, generate, test, run, and deploy from the terminal.
  </Card>

  <Card title="TypeScript SDK" icon="braces" href="/reference/typescript-sdk">
    `createJob`, `TerseAgent`, `toolbox`, and the rest of the runtime surface.
  </Card>

  <Card title="Triggers" icon="zap" href="/reference/triggers">
    Every trigger you can pass to `createJob({ triggers })`, with payload shapes.
  </Card>

  <Card title="Skills & tools" icon="wrench" href="/reference/skills">
    Every skill and the tools each one exposes to the agent.
  </Card>
</CardGroup>
