Founder workspace
Artifact library
Control the work. Keep the output.
Your decisions and artifacts live here—not inside one model.
0saved artifacts
No artifacts yet
Import a VoiceSet output or create the first decision manually.
Capture
New artifact
Provider-neutral bridge
Launch the next session
Choose an artifact and provider. Studio creates a compact prompt that preserves decisions, constraints, and rejected paths.
Private Custom GPT Action
Connect VoiceSet GPT
- Run locally.
VOICESET_API_KEY=your-secret npm start - Expose securely. Use an HTTPS development tunnel pointing to port 4177.
- Set the schema server URL. Replace
https://YOUR-HTTPS-HOSTinopenapi/voiceset-action.yaml. - Add the Action. In the private GPT editor, create a new Action, paste the schema, and set Bearer authentication to the same key.
- Test one save. Ask VoiceSet: “Save this artifact to Studio.”
Local health
http://127.0.0.1:4177/api/healthWhy the tunnel?
OpenAI’s Action runner cannot reach your Mac’s localhost. The tunnel is a temporary HTTPS route to this exact local server; the bearer key protects artifact writes.