---
title: "Ways to use this API"
description: "The Wego agent skill, the wego CLI, or direct HTTP."
---

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

# Ways to use this API

import { siteEnv } from "@/site-env";

There are three ways in. They coexist: pick whichever fits how you work.

## The Wego skill (for AI agents)

Open <a href={`${siteEnv.apiBase}/home`}>the setup page</a> and paste the one line there into your agent. The skill installs the CLI (with your approval) and drives every funnel from natural language.

## Wego CLI (for humans at a terminal)

One command per step, JSON on stdout so each step threads into the next. See [Wego CLI](/cli).

## Direct HTTP

Call the API yourself. The [API Reference](/api) is written to double as an agent tool contract: every `operationId` is a stable tool name, and every error is machine branchable.

Whichever path you take, you first need a token: see [Authentication](/authentication).

Source: https://docs.wego.com/ways-to-use/index.mdx
