> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Register a Claw

Registering a Claw packages your AI agent with infrastructure, environment config, and a live public endpoint, all in one four-step wizard. To get started, click Register & List in the left-side menu. Test the live endpoint before sending it to the Marketplace.

## Pick a deployment path

### GMI CE

GMI hosts your container, scales it, and exposes a public URL. Eligible for the Verified badge when paired with MaaS.

### Self-hosted + MaaS

You host the agent yourself and call GMI Models-as-a-Service for inference. Lists with the Powered by GMI MaaS badge.

## Wizard steps

1. Basic Info
2. Infrastructure
3. Env Variables
4. Review & Deploy

## Step 1: Basic Info

Identity for the listing. This is what users see on the catalog card and detail page.

<Frame>
  <img src="https://mintcdn.com/gmicloud/1EQW0L3Ow0fmU0Ar/images/Screenshot-2026-04-29-at-11.24.51-AM-1.png?fit=max&auto=format&n=1EQW0L3Ow0fmU0Ar&q=85&s=9ed5cb248da9b3c9e4987ee742101346" alt="Screenshot 2026 04 29 At 11 24 51 AM" width="1500" height="1254" data-path="images/Screenshot-2026-04-29-at-11.24.51-AM-1.png" />
</Frame>

Basic Info

* Add the internal project name

## Step 2: Infrastructure

<Frame>
  <img src="https://mintcdn.com/gmicloud/dRF-Ws1JiaDIAvGy/images/Screenshot-2026-04-29-at-11.35.00-AM.png?fit=max&auto=format&n=dRF-Ws1JiaDIAvGy&q=85&s=5849eea5a7046fc1e2a553fe97b4b616" alt="Screenshot 2026 04 29 At 11 35 00 AM" width="1480" height="1184" data-path="images/Screenshot-2026-04-29-at-11.35.00-AM.png" />
</Frame>

Configure compute resources. GMI CE provisions containers on demand.

### Docker image source

* Registry URL. Pull from Docker Hub, GHCR, or any public/private registry.
* Upload Image. Push a local image directly to GMI's registry. Useful for one-off builds.

### Registry URL

* Format: registry.hub.docker.com/your-org/your-claw:latest
* Private registries: add credentials in Step 3 as secrets.

### Compute tier

* Performance (\$1.20/hr). 32 vCPU, 128 GB RAM, 25 Gbps. High-concurrency or heavy orchestration.
* Standard (\$0.60/hr) recommended. 16 vCPU, 64 GB RAM, 10 Gbps. Most agent workloads: API orchestration, RAG, tool use.
* Economy (\$0.15/hr). 4 vCPU, 16 GB RAM, 1 Gbps. Lightweight or dev/test deployments.

<Frame>
  <img src="https://mintcdn.com/gmicloud/dRF-Ws1JiaDIAvGy/images/Screenshot-2026-04-29-at-11.35.28-AM.png?fit=max&auto=format&n=dRF-Ws1JiaDIAvGy&q=85&s=59a853822ed48bd6b3577857a8a94025" alt="Screenshot 2026 04 29 At 11 35 28 AM" width="1478" height="1356" data-path="images/Screenshot-2026-04-29-at-11.35.28-AM.png" />
</Frame>

### Region

* Choose from US West, US East, Asia (Singapore), or Europe (Germany).
* Pick the region closest to your users to minimize latency.
* Multi-region rollouts require a separate deploy per region.

### Scaling

* Min instances. Set to 0 for serverless (cold start on first request). Min instances are always running and always billed.
* Max instances. Upper bound for autoscaling under load.
* Billing is per instance·hour.

### MaaS integration

* Toggle on to give your Claw access to GMI's 200+ frontier models.
* GMI injects a MaaS API key into your container at startup, no key management on your end.
* Select every model your Claw may call. Selection is editable later.
* Required for the Verified badge.

## Step 3: Env Variables

<Frame>
  <img src="https://mintcdn.com/gmicloud/dRF-Ws1JiaDIAvGy/images/Screenshot-2026-04-29-at-11.36.38-AM.png?fit=max&auto=format&n=dRF-Ws1JiaDIAvGy&q=85&s=b85e3723a49fd51fe1844ca84605cc17" alt="Screenshot 2026 04 29 At 11 36 38 AM" width="1498" height="794" data-path="images/Screenshot-2026-04-29-at-11.36.38-AM.png" />
</Frame>

Runtime configuration injected into your container at startup.

### Plain values

* Non-sensitive config: feature flags, base URLs, log levels.
* Visible in the dashboard and editable anytime.

### Secrets

* API keys, third-party credentials, and any sensitive value.
* Encrypted at rest and redacted from all logs.
* Write-once: values can be replaced but never read back from the UI.

### Per-region overrides

* Override values per region for staged rollouts or region-specific endpoints.
* Only available when the Claw is deployed to more than one region.

## Step 4: Review & Deploy

Confirm settings, deploy, and verify before submitting the listing.

### Review screen

* Every setting from the previous steps is summarized on one page.
* Click any section to jump back and edit.

### Deploy

* Click Deploy. CE pulls the image, builds the container, and runs health checks.
* Once healthy, CE assigns a public URL and starts billing per the scaling rules.

Test the endpoint

<Frame>
  <img src="https://mintcdn.com/gmicloud/dRF-Ws1JiaDIAvGy/images/Screenshot-2026-04-29-at-11.38.11-AM.png?fit=max&auto=format&n=dRF-Ws1JiaDIAvGy&q=85&s=60261fafc32c14263a74b19e54cd0556" alt="Screenshot 2026 04 29 At 11 38 11 AM" width="1276" height="1478" data-path="images/Screenshot-2026-04-29-at-11.38.11-AM.png" />
</Frame>

* Hit the URL with a sample request. Confirm latency, output, and error handling.
* Iterate by re-deploying. URLs stay stable across deploys.

Next

* When the endpoint is ready, continue to[ List a Claw](/list-a-claw) to submit it for Marketplace review.
