Skip to main content
Write tool — changes something on the account that owns the API key. Requires a WorkWay API key.
Creates the talent profile if none exists, otherwise patches only the fields supplied — everything else is left untouched. Creating a profile for the first time requires a username.

Parameters

string
Public handle, 3–30 characters, letters/numbers/underscores. Required when creating.
string
Name shown on the public profile.
string
Headline, e.g. Senior Backend Engineer.
string
Bio or summary paragraph.
string
e.g. Engineering, Design, Product.
string
e.g. Senior, Mid-level.
string
Free-text years of experience.
string
Country you are based in.
string
Your working timezone.
string
e.g. open_to_work, not_looking.
string[]
Contract shapes you will consider.
integer
Notice period in days.
string[]
Skills to list on the profile.
string[]
Languages you speak.
Map of platform to URL, e.g. { "github": "https://github.com/me" }.

Example prompts

Try asking

“Set my WorkWay headline to “Staff Backend Engineer” and add Postgres to my skills.”

Try asking

“Mark me as open to work with a 30 day notice period.”

Response

Updates are partial. Sending only professional_title leaves every other field untouched.
The underlying columns are professional_title, about and country — not headline, bio or location.