This repo has two independent parts. Use whichever fits what you're doing — they don't depend on each other.
- 🐍 API Scripts (Python) — authenticate and call the ArchFX Platform APIs.
- 🎨 Design Kit (no Python needed) — a design system for building ArchFX custom apps, prototypes and mockups.
Sample scripts leveraging the ArchFX Platform APIs.
https://{{tenant_name}}.archfx.io/api/docs/#/
Don't know your tenant name? Reach out to support because you're going to need that for everything. Similiarly, you must have username and password access to Arch. SSO won't work here.
The best way to get started is to run the authenticate.py script.
python3 authenticate.pyIf this runs successfully: You're authenticated!
✅ You have valid credentials
✅ You can now make all kinds of API requests using the access_token.
A design system for building ArchFX custom apps, prototypes and mockups — plain HTML/CSS with no build step, meant to be handed to an AI coding tool (Claude Code, Copilot, etc.) or used by hand.
It lives in the archfx_customapp_design_kit/ subfolder of this repo.
- Download or clone this entire repo.
- Open to
archfx_customapp_design_kitfolder. - Read the README.md file. It contains instructions on how to get started using the design kit to build your own custom apps.
archfx_customapp_design_kit/README.md