Glossary
Look up the terms used across the AxHub docs in one place.
Every explanation that pops up when you hover over a dotted-underline term in the docs comes from this glossary. When a tooltip isn't enough, browse the full list on this page.
- 배포
- Putting your app on the internet so people can reach it. In AxHub it is one button or one command.
- 빌드
- Assembling your code into a runnable form. Happens automatically before deploy.
- 환경변수
- Values like API keys kept outside your code, so secrets never live in the code itself.
- manifest
- The config file (axhub.yaml) that tells AxHub how to build and run your app.
- 저장소
- Your project folder on GitHub. Push code here and AxHub picks it up.
- 커밋
- Recording a change in the repository. Pushing a commit starts a new deploy.
- SSO 헤더
- Tags AxHub attaches to each request telling your app who is logged in — no need to build your own login.
- 테넌트
- A company/team workspace. Apps, users, and data are managed inside a tenant.
- CLI
- The terminal tool for AxHub. Every command starting with axhub is the CLI.
- SDK
- The library your app code uses to call AxHub features like data and the logged-in user.
- MCP
- The standard bridge that lets AI tools like Claude operate AxHub directly.
- 게이트
- The gatekeeper in front of your app that checks login and access, attaching user info to allowed requests.
- 롤백
- Reverting to a previous, working deploy when something goes wrong.
- 프리뷰
- A screen to check your app works before it goes public.
- 플러그인
- The extension that lets you drive AxHub conversationally inside Claude Code.
- 템플릿
- A starter set of code for your app. Pick one and you begin with a working app instead of a blank screen.
- 커넥터
- The safe bridge between a company database and your app — reads only what was granted.
- 심사
- An admin check before an app opens to a wider audience — required every time visibility widens.