# 1node

## 1node

- [1node](https://1nodeio.gitbook.io/1node/1node.md)
- [Main Modules](https://1nodeio.gitbook.io/1node/1node/main-modules.md): These layers collectively enable a seamless, trustless, and interoperable infrastructure for accessing decentralized physical resources.
- [1. Registry](https://1nodeio.gitbook.io/1node/1node/main-modules/1.-registry.md)
- [2. Gateway / Relay Layer](https://1nodeio.gitbook.io/1node/1node/main-modules/2.-gateway-relay-layer.md)
- [3. Modular Workflow Composer](https://1nodeio.gitbook.io/1node/1node/main-modules/3.-modular-workflow-composer.md)
- [4. Intelligent Routing Engine](https://1nodeio.gitbook.io/1node/1node/main-modules/4.-intelligent-routing-engine.md)
- [5. Resource Normalization Layer](https://1nodeio.gitbook.io/1node/1node/main-modules/5.-resource-normalization-layer.md)
- [6. Payment Router](https://1nodeio.gitbook.io/1node/1node/main-modules/6.-payment-router.md)
- [7. Reputation Oracle](https://1nodeio.gitbook.io/1node/1node/main-modules/7.-reputation-oracle.md)
- [8. Access Layer / API Gateway](https://1nodeio.gitbook.io/1node/1node/main-modules/8.-access-layer-api-gateway.md)
- [1node CLI](https://1nodeio.gitbook.io/1node/1node-cli.md): 1node Dev Platform
- [1node login](https://1nodeio.gitbook.io/1node/1node-cli/1node-login.md): Authenticate with 1node and configure wallets.
- [1node deploy](https://1nodeio.gitbook.io/1node/1node-cli/1node-deploy.md): Deploy a container or AI job to a provider.
- [1node logs](https://1nodeio.gitbook.io/1node/1node-cli/1node-logs.md): Fetch and stream logs from a deployment.
- [1node teardown](https://1nodeio.gitbook.io/1node/1node-cli/1node-teardown.md): Terminate and remove a deployment.
- [1node provider:list](https://1nodeio.gitbook.io/1node/1node-cli/1node-provider-list.md): List available compute providers and their specs.
- [1node suggest](https://1nodeio.gitbook.io/1node/1node-cli/1node-suggest.md): Recommend the best provider for a task.
- [1node simulate](https://1nodeio.gitbook.io/1node/1node-cli/1node-simulate.md): Simulate cost & performance over hours.
- [1node create:huggingface](https://1nodeio.gitbook.io/1node/1node-cli/1node-create-huggingface.md): Generate a job template for HuggingFace inference.
- [1node deploy model.py](https://1nodeio.gitbook.io/1node/1node-cli/1node-deploy-model.py.md): Wrap and deploy a Python ML model using Node.js + ONNX.
- [1node resource-estimator](https://1nodeio.gitbook.io/1node/1node-cli/1node-resource-estimator.md): Estimate resources via ONNX predictor.
- [1node upload-cdn](https://1nodeio.gitbook.io/1node/1node-cli/1node-upload-cdn.md): Upload artifacts to Meson/AIOZ or Filecoin & generate manifest.
- [1node upload-file](https://1nodeio.gitbook.io/1node/1node-cli/1node-upload-file.md): Upload folder to Filecoin/IPFS.
- [1node verify-akash](https://1nodeio.gitbook.io/1node/1node-cli/1node-verify-akash.md): Compute and compare hash of Akash job output.
- [1node swapAndDeploy](https://1nodeio.gitbook.io/1node/1node-cli/1node-swapanddeploy.md): Swap tokens on-chain then deploy.
- [1node generate-template](https://1nodeio.gitbook.io/1node/1node-cli/1node-generate-template.md)
- [1node generate-flux-config](https://1nodeio.gitbook.io/1node/1node-cli/1node-generate-flux-config.md)
- [1node API](https://1nodeio.gitbook.io/1node/1node-api.md): 1Node API Reference
- [Endpoints](https://1nodeio.gitbook.io/1node/1node-api/endpoints.md)
- [Deploy Job](https://1nodeio.gitbook.io/1node/1node-api/endpoints/deploy-job.md)
- [Stream Logs](https://1nodeio.gitbook.io/1node/1node-api/endpoints/stream-logs.md)
- [Teardown Deployment](https://1nodeio.gitbook.io/1node/1node-api/endpoints/teardown-deployment.md)
- [List Providers](https://1nodeio.gitbook.io/1node/1node-api/endpoints/list-providers.md)
- [Suggest Provider](https://1nodeio.gitbook.io/1node/1node-api/endpoints/suggest-provider.md)
- [Simulate Cost & Performance](https://1nodeio.gitbook.io/1node/1node-api/endpoints/simulate-cost-and-performance.md)
- [Generate HuggingFace Job Template](https://1nodeio.gitbook.io/1node/1node-api/endpoints/generate-huggingface-job-template.md)
- [Wrap & Deploy Python Model](https://1nodeio.gitbook.io/1node/1node-api/endpoints/wrap-and-deploy-python-model.md)
- [Resource Estimation](https://1nodeio.gitbook.io/1node/1node-api/endpoints/resource-estimation.md)
- [Upload to CDN](https://1nodeio.gitbook.io/1node/1node-api/endpoints/upload-to-cdn.md)
- [Upload Files to Filecoin](https://1nodeio.gitbook.io/1node/1node-api/endpoints/upload-files-to-filecoin.md)
- [Verify Akash Job](https://1nodeio.gitbook.io/1node/1node-api/endpoints/verify-akash-job.md)
- [Swap & Deploy](https://1nodeio.gitbook.io/1node/1node-api/endpoints/swap-and-deploy.md)
- [Generate Project Template](https://1nodeio.gitbook.io/1node/1node-api/endpoints/generate-project-template.md)
- [Generate Flux Config](https://1nodeio.gitbook.io/1node/1node-api/endpoints/generate-flux-config.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://1nodeio.gitbook.io/1node/1node.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
