provision-user
Provision User Skill
For orchestrator providers who need to create OpenFunnel API users for their end-users programmatically.
How It Works
The provider has an API key with provisioner access. When their end-user needs OpenFunnel access, this skill creates an API-only user mapped to the provider's domain. Credits are shared across the provider's domain, so the provider pays for all users they create.
The created user:
- Gets their own API key
- Can only access OpenFunnel via API
- Is billed under the provider's domain
Email mapping:
- Provider:
guy@gooseworks.com - End-user's actual email:
alice@alice-startup.com - Created as:
alice@gooseworks.com
This ensures all provisioned users share the provider's credit pool.
Workflow
1. Get the end-user's email
Ask for the end-user's email address.
2. Construct the internal email
Extract the prefix from the end-user's email, then combine it with the provider's domain:
End-user email: alice@alice-startup.com
Provider email: guy@gooseworks.com
-> Internal email: alice@gooseworks.com
The provider's domain comes from the X-User-ID header.
3. Create the user
POST /api/v1/admin/create-user
Headers:
X-API-Key: {provider API key}
X-User-ID: {provider email}
Body:
{ "email": "alice@gooseworks.com" }
4. Return the API key
User created:
Email: alice@gooseworks.com
API Key: {api_key from response}
This user can now access OpenFunnel via API using these credentials.
API Endpoint
POST /api/v1/admin/create-user
Requires: the provider must have is_provisioner enabled on their account.
Request:
email(string): the constructed internal email
Response:
idemailapi_key
More from openfunnel/openfunnel-skills
account-scoring
Score accounts 0-100 on pain-point relevance with evidence and reasoning
4score-and-tier
Score accounts, bucket into tiers, and re-score as new signals come in
4advanced-account-setup
Advanced account setup — ICP profiles, blocklists, and integrations (Salesforce, HubSpot, Slack)
4enrich-and-research
Look up a company, enrich it with people and signals, and get an attack strategy
4spot-companies-using-specific-tech-stack
Spot companies using specific tech stack (daily). Technographic data inferred from job postings reveals what tools companies rely on. Combined with timing, inferred pain-points from tech adoption events are leading indicators of buying behavior.
4spot-companies-hiring-to-solve-specific-problems
Spot companies hiring to solve specific problems (daily). Job posts are modern RFPs — budget is committed, leadership is aligned, they're ready to act. Inferred pain-points from hiring events are leading indicators of buying behavior.
4