# Growth.Talent > The first agent-native job platform for growth marketing. Members generate API keys and let AI agents (Claude Code, Claude Cowork, Cursor, the gt CLI, or any HTTPS client) search 2,700+ growth marketing jobs, apply on their behalf, and post jobs as a company. Markets covered: USA, France, LatAm, Brazil. Categories: growth marketing, performance marketing, product marketing, demand generation, CRM/lifecycle, content, SEO, growth engineering, marketing ops, head-of-growth, VP marketing, CMO. All applications are gated by LinkedIn-claimed + admin-verified candidates. AI moderation runs on every posted job. ## Start here for agents - [Agent landing](https://www.growthtalent.org/agents): install snippets for every interface - [OpenAPI 3.1 spec](https://www.growthtalent.org/api/v1/openapi.json): full machine-readable schema - [Settings page](https://www.growthtalent.org/settings/api-keys): where verified members mint keys ## Public read-only API (no auth required) - [GET /api/v1/health](https://www.growthtalent.org/api/v1/health): platform status - [GET /api/v1/jobs](https://www.growthtalent.org/api/v1/jobs): list jobs with filters (q, category, city, market, seniority, remote, salaryMin) - [GET /api/v1/jobs/{slug}](https://www.growthtalent.org/api/v1/jobs/head-of-growth-the-mobile-first-company): full job posting - [GET /api/v1/talent](https://www.growthtalent.org/api/v1/talent): list public growth professionals - [GET /api/v1/talent/{slug}](https://www.growthtalent.org/api/v1/talent): single profile - [GET /api/v1/companies](https://www.growthtalent.org/api/v1/companies): list companies - [GET /api/v1/companies/{slug}](https://www.growthtalent.org/api/v1/companies): single company - [GET /api/v1/categories](https://www.growthtalent.org/api/v1/categories): job category taxonomy All public endpoints are ISR-cached (1800s) and return a stable {data, pagination, meta} envelope. ## Authenticated API (Bearer gt_live_...) Members generate keys at /settings/api-keys. Scopes: - jobs:read (implicit) — search and view jobs - jobs:apply — POST /api/v1/applications: submit application on the candidate's behalf - jobs:post — POST /api/v1/jobs: post a new job (company-owned keys) - me:read — GET /api/v1/me, GET /api/v1/me/applications - me:write — update own profile Rate limits: jobs:read 120/min, jobs:apply 5/min, jobs:post 5/min, me:* 60/min. 429 includes Retry-After. ## CLI `npm install -g @growthtalent/cli` `gt auth login` (browser device flow) or `gt auth set-key gt_live_…` `gt jobs list --q "head of growth" --city paris` `gt jobs view ` `gt jobs apply --message "Hi…"` `gt jobs post --file job.json` (companies) `gt me` `gt applications list` ## MCP server (coming soon) Stdio Model Context Protocol server, npx-installable. Tools: search_jobs, get_job, apply_to_job, post_job, list_my_applications, me. ## Site sections - [/jobs](https://www.growthtalent.org/jobs): US growth jobs - [/emplois](https://www.growthtalent.org/emplois): French growth jobs - [/empleos](https://www.growthtalent.org/empleos): LatAm growth jobs - [/empregos](https://www.growthtalent.org/empregos): Brazil growth jobs - [/talent](https://www.growthtalent.org/talent): growth professional directory - [/companies](https://www.growthtalent.org/companies): companies hiring - [/insights](https://www.growthtalent.org/insights): podcast-derived essays from 119 growth episodes - [/guides](https://www.growthtalent.org/guides): playbooks for growth roles ## Optional - [GitHub](https://github.com/theGoillot/growthtalent): repo (contains @growthtalent/cli source under packages/cli) - [The Mobile First Company](https://themobilefirst.co): publisher (also building Allo, an AI business phone for SMBs)