Enterprise

Request a trial license

post/api/v2/licenses/trial

Request body

attribution_idstring uuid

AttributionID is the ID of the cta_click funnel event that led here, so that a signup can be joined back to the paywall that produced it.

company_namestring required
countrystring required
developersstring required
emailstring email required
first_namestring required
job_titlestring required
last_namestring required
phone_numberstring required
source'aibridge_session_threads' | 'aibridge_sessions' | 'ai_gateway_keys' | 'ai_governance' | 'appearance' | 'audit_log' | 'browser_only' | 'connection_log' | 'custom_roles' | 'external_auth' | 'groups' | 'idp_org_sync' | 'idp_sync' | 'multiple_organizations' | 'observability' | 'provisioner_keys' | 'provisioners' | 'template_permissions' | 'workspace_proxies' | 'direct'

Example request

{
  "company_name": "Acme Corp",
  "country": "United States",
  "email": "jane.doe@example.com",
  "first_name": "Jane",
  "job_title": "Engineering Manager",
  "last_name": "Doe",
  "phone_number": "+14155552671"
}

Response

Created

claimsobject

Claims are the JWT claims asserted by the license. Here we use a generic string map to ensure that all data from the server is parsed verbatim, not just the fields this version of Coder understands.

idinteger
uploaded_atstring date-time
uuidstring uuid

Changes