Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cli/cloud/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ pipecat cloud agent start [ARGS] [OPTIONS]
Public API key to authenticate the agent deployment. Will default to any key
set in your config.

For more information, see [API keys](/deployment/pipecat-cloud/fundamentals/accounts-and-organizations#api-keys).
For more information, see [API keys](/pipecat-cloud/fundamentals/accounts-and-organizations#api-keys).

</ParamField>

<ParamField path="--data / -d" type="string">
Stringified JSON object to pass to the agent deployment. This data will be
available to the agent as a `data` parameter in your `bot()` method.

More information [here](/deployment/pipecat-cloud/fundamentals/active-sessions#running-an-agent).
More information [here](/pipecat-cloud/fundamentals/active-sessions#running-an-agent).

</ParamField>

Expand Down
6 changes: 3 additions & 3 deletions cli/cloud/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipecat cloud auth logout

## use-pat

Authenticates with a [Personal Access Token](/deployment/pipecat-cloud/guides/personal-access-tokens) instead of interactive OAuth login. Validates the token against the API and stores it in your local config file.
Authenticates with a [Personal Access Token](/pipecat-cloud/guides/personal-access-tokens) instead of interactive OAuth login. Validates the token against the API and stores it in your local config file.

**Usage:**

Expand All @@ -63,7 +63,7 @@ pipecat cloud auth use-pat <token>

<Tip>
You can also set the `PIPECAT_TOKEN` environment variable instead of storing
the token locally. See the [PAT guide](/deployment/pipecat-cloud/guides/personal-access-tokens)
the token locally. See the [PAT guide](/pipecat-cloud/guides/personal-access-tokens)
for details.
</Tip>

Expand Down Expand Up @@ -111,7 +111,7 @@ pipecat cloud --show-cli-config
<Card
title="More about user accounts"
icon="people-group"
href="/deployment/pipecat-cloud/fundamentals/accounts-and-organizations"
href="/pipecat-cloud/fundamentals/accounts-and-organizations"
>
Managing your account and collaborating on agents as part of a team
</Card>
8 changes: 4 additions & 4 deletions cli/cloud/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description: "Create or modify an agent deployment"

The `deploy` command creates a new agent deployment or updates an existing one. It builds a deployment manifest with the provided parameters and monitors the deployment status until the agent is ready.

When no image is specified, the CLI will offer to build your agent using [Pipecat Cloud Build](/deployment/pipecat-cloud/guides/cloud-builds). This handles building and deploying without requiring you to manage a container registry. A `Dockerfile` must be present in your build context directory.
When no image is specified, the CLI will offer to build your agent using [Pipecat Cloud Build](/pipecat-cloud/guides/cloud-builds). This handles building and deploying without requiring you to manage a container registry. A `Dockerfile` must be present in your build context directory.

If the agent name already exists, you'll be prompted to confirm the update unless the `--force` flag is used.

This command will wait for the active deployment / revision to enter a ready state before returning. If the deployment fails, the command will exit with an [error](/deployment/pipecat-cloud/fundamentals/error-codes) with more information.
This command will wait for the active deployment / revision to enter a ready state before returning. If the deployment fails, the command will exit with an [error](/pipecat-cloud/fundamentals/error-codes) with more information.

## Usage

Expand All @@ -26,7 +26,7 @@ pipecat cloud deploy [ARGS] [OPTIONS]
<ParamField path="image" type="string">
URL of the Docker image to deploy. Must be a valid Docker image URL. For
example: `docker.io/my-repo/my-image:latest`. Not required when using [cloud
builds](/deployment/pipecat-cloud/guides/cloud-builds) or `--build-id`.
builds](/pipecat-cloud/guides/cloud-builds) or `--build-id`.
</ParamField>

**Options:**
Expand Down Expand Up @@ -80,7 +80,7 @@ In addition to this flag, you also need to enable the `KrispVivaFilter()` for yo
The agent profile to use for resource allocation. Valid values are:
`agent-1x`, `agent-2x`, `agent-3x`.

See [Agent Profiles](/deployment/pipecat-cloud/fundamentals/deploy#agent-profiles) for more information.
See [Agent Profiles](/pipecat-cloud/fundamentals/deploy#agent-profiles) for more information.

</ParamField>

Expand Down
2 changes: 1 addition & 1 deletion cli/cloud/organizations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pipecat cloud organizations default-region eu-central
<Card
title="More about organizations"
icon="people-group"
href="/deployment/pipecat-cloud/fundamentals/accounts-and-organizations"
href="/pipecat-cloud/fundamentals/accounts-and-organizations"
>
Managing your account and collaborating on agents as part of a team
</Card>
4 changes: 2 additions & 2 deletions cli/cloud/secrets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipecat cloud secrets set [ARGS] [OPTIONS]
<ParamField path="secrets" type="string">
List of secret key-value pairs e.g. `KEY1=value1 KEY2="value with spaces"`.

See [this note](/deployment/pipecat-cloud/fundamentals/secrets#special-characters) on using special
See [this note](/pipecat-cloud/fundamentals/secrets#special-characters) on using special
characters in secret values.

Example:
Expand Down Expand Up @@ -238,7 +238,7 @@ pipecat cloud secrets image-pull-secret my-registry-creds https://index.docker.i
<Card
title="More about secrets"
icon="key"
href="/deployment/pipecat-cloud/fundamentals/secrets"
href="/pipecat-cloud/fundamentals/secrets"
>
Learn more about managing application secrets
</Card>
15 changes: 7 additions & 8 deletions client/android/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ client.startBotAndConnect(startBotParams).withCallback {
## Documentation

<CardGroup cols={2}>
<Card title="API Reference" icon="book" href="/client/android/api-reference">
SDK API documentation
</Card>
<Card
title="API Reference"
icon="book"
href="https://docs-android.rtvi.ai/"
title="Transport Packages"
icon="network-wired"
href="/client/android/transports/daily"
>
Complete SDK API documentation
</Card>

<Card title="Daily Transport" icon="network-wired" href="./transports/daily">
WebRTC implementation using Daily
Daily, Gemini, OpenAI WebRTC, and SmallWebRTC transports
</Card>
</CardGroup>
153 changes: 0 additions & 153 deletions client/android/migration-guide.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions client/c++/api-reference.mdx

This file was deleted.

20 changes: 10 additions & 10 deletions client/ios/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,28 +62,28 @@ self.pipecatClientIOS?.startBotAndConnect(startBotParams: startBotParams) { (res
## Documentation

<CardGroup cols={2}>
<Card title="API Reference" icon="book" href="https://docs-ios.pipecat.ai/">
Complete SDK API documentation
<Card title="API Reference" icon="book" href="/client/ios/api-reference">
SDK API documentation
</Card>
<Card
title="Transport Packages"
icon="network-wired"
href="/client/ios/transports/daily"
>
Daily, Gemini, OpenAI WebRTC, and SmallWebRTC transports
</Card>
<Card
horizontal
title="Source"
icon="github"
href="https://github.com/pipecat-ai/pipecat-client-ios/"
>
Pipecat Client iOS
Pipecat Client iOS on GitHub
</Card>
</CardGroup>
<CardGroup cols={2}>
<Card
horizontal
title="Demo"
icon="play"
href="https://github.com/pipecat-ai/pipecat-examples/tree/main/simple-chatbot/client/ios"
>
Simple Chatbot Demo
</Card>
<Card title="Daily Transport" icon="network-wired" href="./transports/daily">
WebRTC implementation using Daily
</Card>
</CardGroup>
Loading
Loading