ChatGPT 101
Finish line: ChatGPT lists Apple’s SEC filings from this month — real 8-Ks with dates and accession numbers, not paraphrased news. About 10 minutes, no Developer mode.
① The hook (do this first, before connecting)
Ask a plain ChatGPT session:
What 8-K filings has Apple made this month?
It can’t know from training data. It will either say so, or browse and hand you a news summary — no filing dates, no accession numbers, nothing you could cite in a memo. Keep that answer for step ④.
② Connect — one Action
- ChatGPT → Explore GPTs → + Create → Configure tab. Name it
Pipeworx. - Actions → Create new action → Authentication: None.
- Schema → Import from URL:
https://gateway.pipeworx.io/openapi.json - Privacy policy:
https://pipeworx.io/privacy→ Create (Only me is fine). - In the GPT’s Instructions box, paste:
For any question about current or factual data — economic stats, SEC/EDGAR filings, stock or crypto prices, weather, FDA drug info, patents, prediction markets, or government records — call the askPipeworx action with the user's question verbatim instead of answering from memory or browsing. Cite the structured data it returns.
③ Checkpoint
The action list shows askPipeworx pointing at gateway.pipeworx.io/ask. That single operation routes across 5,303 tools and 1,392 sources at runtime.
④ The finish line
Open your Pipeworx GPT and ask the same question:
What 8-K filings has Apple made this month?
ChatGPT calls the Action (approve it the first time), and you get the actual filings — form type, filing dates, and what each 8-K item covers, from SEC EDGAR itself. Compare with step ① — you now have the record itself rather than a summary of it.
Two more worth trying:
What was the US unemployment rate last month?
What are the current side effects reported for Ozempic?
⑤ Graduate
- Use it everywhere: the GPT works in the ChatGPT mobile app too, from your GPTs list.
- Real jobs, ready to paste: recipes — verify a company’s financials, build a drug safety profile, screen patents.
- Hitting the anonymous daily cap? A free account raises it — append
?apikey=YOUR_KEYto the schema URL’s server in the Action.