DocSynth

AI writes your code. Your docs are still handwritten.

You ship every day. Your docs get touched once a month, then quietly rot until a customer trusts a page that stopped being true three releases ago. DocSynth reads your codebase and keeps them current on their own.

api/invites.pygit push
# invites — create + send
def create_invite(email, role, expires):def create_invite(email):def create_invite(email, role):
invite = Invite(email)
return invite.send()
docs.acme.com/changelogdocs.acme.com/guides/invitesdocs.acme.com/api/invites
Developer guideInviting your teamUpdated just now
Choose a role when inviting a teammate.Send a teammate an invite by email.
ChangelogWhat's newUpdated just now
v1.5Invites now support roles and expiry.
v1.4Invite emails retry on failure.
POST /invitesAPI docsUpdated just now
Creates an invite for the given email.Creates an invite with role and expiry.