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

# save_job

> Save a role to your WorkWay dashboard.

<Note>
  **Write tool** — changes something on the account that owns the API key. Requires a WorkWay API key.
</Note>

Saves a job to the account that owns the API key. The job is resolved by slug first, so the saved record always carries the real title, company and apply link rather than anything supplied by the caller.

## Parameters

<ParamField body="job_slug" type="string" required>
  Job slug exactly as returned by `search_jobs`.
</ParamField>

## Example prompts

<CardGroup cols={2}>
  <Card title="Try asking" icon="comment">
    "Save that Staff Engineer role at Ping Identity for me."
  </Card>

  <Card title="Try asking" icon="comment">
    "Save the first three of those jobs."
  </Card>
</CardGroup>

## Response

```text theme={null}
Saved "Staff Software Engineer" at Ping Identity. See all your saved jobs at https://workway.dev/dashboard/seeker/saved-jobs
```

<Tip>
  Saving is idempotent — saving the same role twice will not create a duplicate.
</Tip>
