# Atlas Docs > Use hosted Atlas with your own agents, skills, and customer-owned gateway. ## Docs - [Cancel job](https://docs.atlasmeets.com/api-reference/gateway/cancel-job.md): Requests cancellation for a running or queued async job. - [Fetch gateway manifest](https://docs.atlasmeets.com/api-reference/gateway/fetch-gateway-manifest.md): Returns the discovery document Atlas uses to understand which actions your gateway exposes. - [Fetch job status](https://docs.atlasmeets.com/api-reference/gateway/fetch-job-status.md): Returns the current state of an async job previously accepted by the gateway. - [Invoke gateway action](https://docs.atlasmeets.com/api-reference/gateway/invoke-gateway-action.md): Invokes one gateway action on behalf of a hosted Atlas task. - [Agents And Skills](https://docs.atlasmeets.com/atlas/agents-and-skills.md): How Atlas agents, Atlas skills, and customer gateway actions fit together. - [Dashboard Setup](https://docs.atlasmeets.com/atlas/dashboard-setup.md): Set up the hosted Atlas workspace: gateway, skills, and agents. - [Deployment Modes](https://docs.atlasmeets.com/atlas/deployment-modes.md): How hosted Atlas reaches the customer gateway today, and what changes later for enterprise-hosted workers. - [Quickstart](https://docs.atlasmeets.com/atlas/quickstart.md): Start with meetings, then let your own agents write into Atlas, then connect a live gateway when you need live tool calls. - [Workspace API](https://docs.atlasmeets.com/atlas/workspace-api.md): Use one Atlas workspace key to manage shared skills, shared agents, and debriefs directly inside hosted Atlas. - [Auth And Signing](https://docs.atlasmeets.com/gateway/auth-and-signing.md): How Atlas should authenticate to your gateway and how you should verify callbacks. - [Build With An Agent](https://docs.atlasmeets.com/gateway/build-with-an-agent.md): Give these markdown files to your internal coding agent so it can scaffold the Atlas gateway for you. - [Debrief Contracts](https://docs.atlasmeets.com/gateway/debrief-contracts.md): How a customer gateway can shape a guided debrief that Atlas later presents with speech and canvas pages. - [Debrief Templates](https://docs.atlasmeets.com/gateway/debrief-templates.md): Reusable Atlas debrief templates with full JSON examples and practical guidance for gateway builders. - [Invoke](https://docs.atlasmeets.com/gateway/invoke.md): How Atlas calls a gateway action and what the gateway should return. - [Jobs And Approvals](https://docs.atlasmeets.com/gateway/jobs-and-approvals.md): Durable async jobs, polling, callbacks, and approval behavior in Gateway Contract v1. - [Manifest](https://docs.atlasmeets.com/gateway/manifest.md): The discovery document Atlas reads from the customer gateway. - [Gateway Overview](https://docs.atlasmeets.com/gateway/overview.md): What the customer gateway is, why it exists, and what Atlas expects from it. - [Hosted Atlas](https://docs.atlasmeets.com/index.md): Use hosted Atlas with your own agents, skills, and customer-owned gateway. - [Gateway API Reference](https://docs.atlasmeets.com/reference/gateway-reference.md): The machine-readable Gateway Contract v1 surface exposed to hosted Atlas. ## OpenAPI Specs - [gateway-v1](https://docs.atlasmeets.com/openapi/gateway-v1.yaml) - [openapi](https://docs.atlasmeets.com/api-reference/openapi.json)