# Infrawrench > One app for every cloud you use — AWS, GCP, Azure, Kubernetes and 45+ more. > Browse resources, SSH in, query databases, watch costs, and create > infrastructure from typed forms. Web, desktop and CLI. Every page on this site is available as markdown: send `Accept: text/markdown`, or append `.md` to any path. ## Sign yourself up If you are an agent, you can register without a human creating an account first, and without a credit card: ``` curl -X POST https://app.infrawrench.com/api/agent/identity -H 'Content-Type: application/json' -d '{}' ``` This opens a trial workspace with every paid feature enabled. It is **deleted 24 hours after it is created** unless a person claims it, and its AI budget is zero — bring your own model. Tell your user both things. - [Agent instructions](https://app.infrawrench.com/auth.md): the full flow, with curl, written for agents - [Agent authentication](https://infrawrench.com/docs/features/agent-auth.md): the same thing explained for people - [HTTP API](https://app.infrawrench.com/openapi.json): OpenAPI 3.1, nine generated SDKs - [MCP server](https://infrawrench.com/docs/features/mcp.md): hosted at `https://app.infrawrench.com/api/mcp` ## Start here - [Home](https://infrawrench.com/index.md): what Infrawrench is, and the provider list - [Documentation](https://infrawrench.com/docs): rendered HTML index ## Getting started - [Install infrawrench](https://infrawrench.com/docs/getting-started/install.md): Pick the desktop app or the web app and get to an empty workspace. - [Add your first account](https://infrawrench.com/docs/getting-started/add-first-account.md): Connect a cloud provider so infrawrench can list and manage your resources. ## Core concepts - [Resources and accounts](https://infrawrench.com/docs/core-concepts/resources-and-accounts.md): How infrawrench organizes what you connect and what you manage. - [Output references](https://infrawrench.com/docs/core-concepts/output-references.md): Wire one resource's output into another resource's input instead of copy-pasting. - [Secret rerolls](https://infrawrench.com/docs/core-concepts/secret-rerolls.md): Reassign an output reference when the upstream resource changes. - [Desktop, web, and mobile](https://infrawrench.com/docs/core-concepts/desktop-vs-web.md): What differs between the three surfaces, and how to pick. - [Resource Associations](https://infrawrench.com/docs/core-concepts/resource-associations.md): Cross-resource relationships Infrawrench can create directly, and the association flows still planned. - [Credential preflight](https://infrawrench.com/docs/core-concepts/credential-preflight.md): Verify what a credential can actually do — per capability — and generate a least-privilege policy to paste into the provider console. - [Resource ownership](https://infrawrench.com/docs/core-concepts/resource-ownership.md): Owner, purpose and ticket link as first-class fields on any resource — so the orphan finder names a person instead of a shrug, and alerts reach whoever actually cares. ## Features - [Dashboard](https://infrawrench.com/docs/features/dashboard.md): Pin the resources you actually use to a draggable grid. - [Cost graphs & budgets](https://infrawrench.com/docs/features/cloud-costs.md): Spend graphs, budgets, and overspend alerts for your connected accounts, right on the dashboard. - [Spotlight search](https://infrawrench.com/docs/features/spotlight-search.md): Fuzzy-find any resource across every connected account with one shortcut. - [Live cost estimates](https://infrawrench.com/docs/features/cost-estimates.md): A running "$X/month" as you fill in a create form, the same figure on the resource afterwards, what an edit does to the bill before you save it, and the run-rate your week's changes leave behind. - [Cost reports](https://infrawrench.com/docs/features/cost-reports.md): Save a cost graph as a named, addressable report, run it by name, and show it on as many dashboards as you like. - [Kubernetes cost allocation](https://infrawrench.com/docs/features/kubernetes-costs.md): Work out what each namespace, workload, and pod in a cluster actually costs — compute, volumes, load balancers and the control-plane fee — including the capacity nobody is using. - [SSH terminal](https://infrawrench.com/docs/features/ssh-terminal.md): Open a shell in any VM you can reach over SSH, without leaving the app. - [Tag policy, untagged spend & showback](https://infrawrench.com/docs/features/tag-policy-and-showback.md): Require tags like owner and env on every resource, score compliance per account, find the spend that carries no tags, and map spend to cost centres. - [Unit costs & margin](https://infrawrench.com/docs/features/unit-costs.md): Divide your spend by the thing your business actually does — cost per customer, per request, per GB — and, for revenue metrics, margin. - [Scheduled cost exports](https://infrawrench.com/docs/features/cost-exports.md): Ship your raw cost rows to a warehouse or object store on a schedule, as CSV or NDJSON, with the restatement handling a finance system needs. - [SQL editor](https://infrawrench.com/docs/features/sql-editor.md): Run queries against Postgres, MySQL, Turso, Databricks, ClickHouse, and more. - [Fan-out SSH](https://infrawrench.com/docs/features/ssh-fanout.md): Run one command across many hosts at once, with identical output collapsed and the odd one out diffed. - [KV console](https://infrawrench.com/docs/features/kv-console.md): Run Redis and Memcached commands against your connected caches. - [Jumpbox routing](https://infrawrench.com/docs/features/ssh-jumpbox.md): Route SSH connections through one or more SSH jump hosts (ProxyJump), set up from the app. - [File browsers](https://infrawrench.com/docs/features/file-browsers.md): Browse, upload, and download objects in cloud object storage and over SFTP. - [Linux applications](https://infrawrench.com/docs/features/linux-apps.md): Open a graphical application from a Linux host in a workspace tab, over the SSH connection you already have. - [SSH session recording](https://infrawrench.com/docs/features/session-recording.md): Record every SSH session opened through the cloud and replay it later — who connected, to what, and exactly what crossed the terminal. Recordings are standard asciinema casts. - [Speech testing](https://infrawrench.com/docs/features/speech-testing.md): Synthesize speech and transcribe audio against your connected AI providers, without leaving the app. - [Terraform export](https://infrawrench.com/docs/features/terraform-export.md): Eject a resource or a whole account's inventory as ready-to-import Terraform HCL. - [Custom graphs](https://infrawrench.com/docs/features/custom-graphs.md): Script-defined dashboard charts — query costs, metrics, or any API from a sandboxed script that declares its own chart, controls, and refresh policy. - [Docker controls](https://infrawrench.com/docs/features/docker-controls.md): Start, stop, and restart containers on a local or remote Docker host. - [Shared consoles](https://infrawrench.com/docs/features/shared-consoles.md): Put a colleague on a live SSH session — one driver at a time, observers who genuinely cannot type, a short-lived invite, and an audit entry for every join and handover. - [Terraform provider](https://infrawrench.com/docs/features/terraform-provider.md): Manage Infrawrench's own configuration — budgets and cost policy, probes and alerts, schedules and freezes, accounts, roles and alert routing — as Terraform resources. - [Blast radius](https://infrawrench.com/docs/features/blast-radius.md): What breaks if you delete a resource — dependants, the dashboards and probes that point at it, what talks to it over the network, and what couldn't be checked. - [Dependency graph](https://infrawrench.com/docs/features/dependency-graph.md): See how your resources are wired together — read from your synced cloud data and from output references — and what breaks if one of them goes down. - [DNS records](https://infrawrench.com/docs/features/dns-records.md): Browse a zone's DNS records as a table and point A/AAAA/CNAME records at other resources. - [Manifest editor](https://infrawrench.com/docs/features/manifest-editor.md): Edit raw provider manifests (Kubernetes, Cloudflare) in a Monaco editor. - [Workflows](https://infrawrench.com/docs/features/workflows.md): Automate across all your connected accounts with sandboxed TypeScript — triggered manually, on a schedule, or from git. - [Backup coverage](https://infrawrench.com/docs/features/backup-coverage.md): What is actually recoverable across every provider — which resources have a backup, how old the newest one is, and which backups protect something that no longer exists. - [Bastion VMs](https://infrawrench.com/docs/features/bastion-vms.md): Route a cloud account's control-plane API calls through your own infrastructure instead of Infrawrench's. - [Bucket policy editor](https://infrawrench.com/docs/features/bucket-policy-editor.md): Interactive editor for S3-style bucket policies — statement builder, presets, lint, and plain-English summaries. - [Expose a service over a Cloudflare Tunnel](https://infrawrench.com/docs/features/cloudflare-tunnel-ssh.md): Drag a Cloudflare Tunnel onto a server to expose HTTP, SSH, or TCP over Cloudflare's edge — no inbound ports. - [Domains & dangling DNS](https://infrawrench.com/docs/features/domains.md): Every DNS zone and record across every provider in one view, with potential subdomain-takeover risks — a record pointing at a provider name nothing in the connected workspace claims — flagged automatically. - [Infrafile](https://infrawrench.com/docs/features/infrafile.md): One file at your repo root that describes how your project is built and deployed — the environments it supports, an interactive plan, a Dockerfile, and a deploy script. - [Provider status correlation](https://infrawrench.com/docs/features/provider-status.md): Infrawrench watches your providers' public status pages and tells you when an upstream incident overlaps resources you actually hold — is it me, or is it them? - [Scenario models](https://infrawrench.com/docs/features/scenario-models.md): Overlay known future cost — a purchase, a new team, a migration — onto a forecast, without ever touching the trend or your recorded spend. - [Secret export to Kubernetes](https://infrawrench.com/docs/features/secret-export-to-kubernetes.md): Drag a cloud resource onto a cluster to create a K8s secret with its credentials. - [Billing rules](https://infrawrench.com/docs/features/billing-rules.md): Markups, discounts, fixed charges and reallocations applied to collected spend at report time — with the collected figure always shown beside the adjusted one. - [Expiry radar](https://infrawrench.com/docs/features/expiry-radar.md): One cross-provider countdown of everything with a clock on it — TLS certificates, domain registrations, API tokens, database passwords, secret rotation age — with alerts before anything runs out. - [Investigate a moment](https://infrawrench.com/docs/features/moment.md): Enter a timestamp and get one merged, chronological narrative of everything that happened around it — changes, incidents, cost anomalies, workflow runs, deployments, audit entries and freezes. - [Operations calendar](https://infrawrench.com/docs/features/ops-calendar.md): Every dated thing your infrastructure already knows about, on one axis — change freezes, sleep windows, expiring certificates and leases, commitment terms, scheduled runs and incidents. Subscribe to it from any calendar app. - [SSH tunnels](https://infrawrench.com/docs/features/ssh-tunnels.md): Reach a database or service that only listens on a bastion's loopback, by connecting to it through SSH. - [Managed accounts & invoices](https://infrawrench.com/docs/features/managed-accounts.md): Bill customers for the infrastructure you run on their behalf — customers scoped to cost centres, invoices that freeze when you approve them, and a derivation you can hand to accounts payable. - [MCP server](https://infrawrench.com/docs/features/mcp.md): Drive infrawrench from Claude Desktop, Cursor, or any other Model Context Protocol client. - [Posture checks](https://infrawrench.com/docs/features/posture-checks.md): Plugin-declared security checks over already-synced resources — public buckets, world-open firewall rules, unencrypted disks, stale credentials — ranked by severity, with alerts on the worst of it. - [Runbooks](https://infrawrench.com/docs/features/runbooks.md): The checklist somebody wrote at 03:00, kept where the steps are actually performed — with a record of who did what, which is the half a postmortem always misses. - [Sleep/wake schedules](https://infrawrench.com/docs/features/sleep-schedules.md): Stop non-prod resources outside working hours and start them back automatically — off at 19:00, on at 08:00, Mon–Fri — with a projected monthly saving quoted before you save. - [Synthetic probes](https://infrawrench.com/docs/features/synthetic-probes.md): HTTP uptime and latency checks run on an interval from outside your infrastructure, with auto-suggested endpoints, latency charts, trailing uptime, and alerts after N consecutive failures. - [Access review](https://infrawrench.com/docs/features/access-review.md): One list of every principal inside your connected clouds — IAM users and roles, service accounts, app registrations, groups, bindings and long-lived keys — with stale, over-privileged, unrotated and unowned access flagged, and a CSV you can hand an auditor. - [Agent authentication](https://infrawrench.com/docs/features/agent-auth.md): Let an AI agent register itself, work in a 24-hour trial workspace, and hand it to you when you're ready. - [AI chat](https://infrawrench.com/docs/features/ai-chat.md): Drive your infrastructure through an AI agent — same tools as the UI, with a human-in-the-loop for destructive actions. - [Environment diff](https://infrawrench.com/docs/features/environment-diff.md): Two accounts of the same provider compared side by side — resource types present in one and not the other, count deltas, and the settings on which corresponding resources disagree. - [Incident mode](https://infrawrench.com/docs/features/incident-mode.md): Declare an incident once and it opens the change freeze, pins the moment, tells your org, and posts the public update — then assembles the timeline and pre-fills the postmortem. - [Log workspace](https://infrawrench.com/docs/features/log-workspace.md): Tail several resources' logs in one pane, search across the merged stream, save the set-up as a named query, and optionally alert when a line matches. - [Network costs](https://infrawrench.com/docs/features/network-costs.md): Which two things are talking, across which billing boundary, and what that costs — priced egress and cross-zone attribution from your VPC flow logs. - [On-call rotations](https://infrawrench.com/docs/features/on-call.md): Who to wake, rather than which channel to shout into — rotations, covers, and an alert routing destination that keeps meaning "whoever is on call" after Monday's handover. - [Quota & limit radar](https://infrawrench.com/docs/features/quota-radar.md): Per-account provider quota utilisation, the trend that says whether it is getting closer, and an alert before a limit stops your next deploy. - [Resource leases](https://infrawrench.com/docs/features/resource-leases.md): Put an expiry on any resource — "a test cluster for 3 days" — get nagged through the expiry radar as it approaches, and optionally have the resource auto-deleted when the lease runs out. - [Public status pages](https://infrawrench.com/docs/features/status-pages.md): Publish the synthetic probes you already run at a public link — current state, 24-hour uptime and 90 days of history, with no probe URLs or account details exposed. - [Command-line interface](https://infrawrench.com/docs/features/cli.md): Run Infrawrench from any terminal — an interactive TUI dashboard plus scriptable JSON and text output, sharing the desktop app's accounts and cloud session. - [Credit burndown](https://infrawrench.com/docs/features/credit-burndown.md): Prepaid balances with a measured burn rate and a runway — "$42 left, six days at your current spend" — for the providers that expose a credit balance. - [Ephemeral environments](https://infrawrench.com/docs/features/ephemeral-environments.md): Capture the environment you already have as a reusable template, stamp out a fresh copy on demand with a required time-to-live, and let it delete itself when the clock runs out. - [Reading the site as markdown](https://infrawrench.com/docs/features/markdown-and-llms-txt.md): Every page on infrawrench.com is available as markdown, for agents and anything else that would rather not parse HTML. - [Query monitors](https://infrawrench.com/docs/features/query-monitors.md): A read-only SQL query on a schedule, with a threshold and an alert — for the incidents that are visible in your data and in no metric. - [Send test messages](https://infrawrench.com/docs/features/send-test-message.md): Publish a one-off message into a queue, topic, stream, or event bus straight from the resource detail page. - [Alert routing rules](https://infrawrench.com/docs/features/alert-routing.md): Route each alert to the right channel by condition, hold alerts during quiet hours, and escalate the ones nobody acknowledges. - [Commitments](https://infrawrench.com/docs/features/commitments.md): Reserved instances, savings plans and committed-use discounts — what you hold, how much of your bill it covers, whether it's being used, and what to buy next. - [Mobile app](https://infrawrench.com/docs/features/mobile-app.md): The Infrawrench app for iOS and Android — browse resources, watch dashboards, chat with the AI, and open an SSH terminal from your phone. - [Orphan & idle resource finder](https://infrawrench.com/docs/features/orphan-finder.md): Flag likely-wasted resources — unattached volumes, unassigned IPs — across your connected accounts, with the monthly cost where billing data exists. - [Right-sizing (Oversized resources)](https://infrawrench.com/docs/features/right-sizing.md): Find machines whose two-week p95 CPU (and memory, where measured) sits well under their size, get the smallest size that still leaves headroom, and apply the resize in one click. - [Wallboard](https://infrawrench.com/docs/features/wallboard.md): One screen, read from across the room — everything that is wrong right now, in type large enough to see from four metres. - [Mobile push notifications](https://infrawrench.com/docs/features/mobile-push-notifications.md): Incident and budget alerts delivered to the Infrawrench mobile app, with per-org toggles and web-managed devices. - [Slack alerts and commands](https://infrawrench.com/docs/features/slack-alerts.md): Route alerts to Slack channels, approve or deny workflow and agent approvals with message buttons, and query costs and resource status with /infrawrench. - [Microsoft Teams alerts](https://infrawrench.com/docs/features/teams-alerts.md): Deliver Infrawrench alerts to Microsoft Teams channels by webhook URL, routed by your alert rules. - [Jira issues](https://infrawrench.com/docs/features/jira.md): Turn a cost anomaly, orphaned or oversized resource, posture finding, expiring credential, or failed probe into a tracked Jira issue, with the issue link kept on the finding. - [Push from your own servers](https://infrawrench.com/docs/features/server-push.md): Raise on-call pages and report your own cost data over the HTTP API, from code running anywhere. - [Linear issues](https://infrawrench.com/docs/features/linear.md): Turn a cost anomaly, orphaned or oversized resource, posture finding, expiring credential, or failed probe into a tracked Linear issue, with the issue link kept on the finding. - [Weekly digest](https://infrawrench.com/docs/features/weekly-digest.md): A scheduled summary of last week's spend, top movers, sync incidents, and resource churn, delivered to Slack, Microsoft Teams, and email. - [Agents](https://infrawrench.com/docs/features/agents.md): Provision coding VMs from VM-capable cloud accounts and reconcile their branches locally. - [T3 Code servers](https://infrawrench.com/docs/features/t3-code.md): Run the T3 Code harness on an agent VM, provisioned and authorized from Infrawrench. - [Account settings](https://infrawrench.com/docs/features/account-settings.md): Manage your name, password, two-factor authentication, and active sessions from Settings → General. - [Change timeline](https://infrawrench.com/docs/features/change-timeline.md): A cross-provider drift feed — see every resource that appeared, changed, or disappeared between polls, org-wide or per resource, with optional batched drift alerts. - [Commitment & unit-cost alerts](https://infrawrench.com/docs/features/commitment-and-unit-cost-alerts.md): Three alerts derived from facts no spend total contains — a commitment about to lapse, a commitment nobody is using, and cost per unit of a business metric going the wrong way. - [Config as code](https://infrawrench.com/docs/features/config-as-code.md): Export your organization's dashboards, workflows, budgets, graphs, alert rules and policies as one JSON document, keep it in git, and apply it back. - [Cost anomaly alerts](https://infrawrench.com/docs/features/cost-anomaly-alerts.md): Automatic detection of unusual spend spikes and brand-new spend sources per provider and per service, with alerts through push, Slack, Microsoft Teams, and optional SMS. - [Cost change alerts](https://infrawrench.com/docs/features/cost-change-alerts.md): Configured alerts that fire when spend on a chosen scope moves more than a chosen percent or amount versus the prior period, on a daily, weekly, or monthly cadence. - [Cost per change & cost per deploy](https://infrawrench.com/docs/features/cost-per-change.md): What a change or a deployment actually did to your bill — a run-rate delta measured from collected provider spend either side of it, with the confidence to go with it. - [IaC reconciliation](https://infrawrench.com/docs/features/iac-reconciliation.md): Upload the Terraform state you already have and Infrawrench classifies every synced resource as managed, drifted, or unmanaged — then writes the import blocks to adopt the unmanaged ones. - [Interface language](https://infrawrench.com/docs/features/interface-language.md): Switch the app's UI language per device — English, Spanish, French, German, Japanese or Chinese — from Settings → General. - [Metric alerts](https://infrawrench.com/docs/features/metric-alerts.md): Threshold rules over collected metrics — "CPU above 90% for 15 minutes" — that select resources by query and page you through push, Slack, and Microsoft Teams, with recovery notifications when the condition clears. ## Plugins - [AWS](https://infrawrench.com/docs/plugins/aws.md): Manage EC2, EKS, RDS, Lambda, S3, and most of the AWS surface area. - [Azure](https://infrawrench.com/docs/plugins/azure.md): Manage VMs, AKS, App Service, SQL Database, CosmosDB, and storage. - [Google Cloud](https://infrawrench.com/docs/plugins/gcp.md): Manage Compute Engine, GKE, Cloud SQL, App Engine, BigQuery, and GCS. - [DigitalOcean](https://infrawrench.com/docs/plugins/digitalocean.md): Manage Droplets, Kubernetes, managed databases, Spaces, and DNS. - [Hetzner Cloud](https://infrawrench.com/docs/plugins/hetzner.md): Manage Hetzner servers, volumes, networks, load balancers, images, and IP resources, with estimated spend priced from the published rate card. - [Scaleway](https://infrawrench.com/docs/plugins/scaleway.md): Manage Scaleway Compute instances, Kapsule, managed RDB, Object Storage, and Block Storage. - [OVHcloud](https://infrawrench.com/docs/plugins/ovh.md): Manage OVH public cloud projects and services. - [Fly.io](https://infrawrench.com/docs/plugins/fly.md): Manage Fly apps, machines, volumes, certificates, and IP allocations across 36 regions. - [Kubernetes](https://infrawrench.com/docs/plugins/kubernetes.md): Browse, edit, and run workloads against any kubeconfig-reachable cluster. - [PostgreSQL](https://infrawrench.com/docs/plugins/postgres.md): Add a Postgres account and get a live SQL editor with schema introspection. - [MySQL](https://infrawrench.com/docs/plugins/mysql.md): Add a MySQL or MariaDB account and use the in-app SQL editor. - [SQL Server](https://infrawrench.com/docs/plugins/mssql.md): Connect to a Microsoft SQL Server database and run queries from the SQL editor. - [Neon](https://infrawrench.com/docs/plugins/neon.md): Manage Neon projects, branches, databases, snapshots, object storage, functions, and auth; get connection strings as outputs. - [PlanetScale](https://infrawrench.com/docs/plugins/planetscale.md): Manage PlanetScale databases, branches, deploy requests, backups, and passwords. - [Turso](https://infrawrench.com/docs/plugins/turso.md): Manage Turso groups, databases, instances, API tokens, members, and edge locations. - [Redis](https://infrawrench.com/docs/plugins/redis.md): Connect to any Redis (or Redis-compatible) instance and run commands. - [Memcached](https://infrawrench.com/docs/plugins/memcached.md): Connect to a Memcached server and run text-protocol commands. - [MongoDB](https://infrawrench.com/docs/plugins/mongodb.md): Browse MongoDB databases, collections, and documents. - [Databricks](https://infrawrench.com/docs/plugins/databricks.md): Manage Databricks compute, workflows, SQL, AI/BI, apps, model serving, vector search, and Unity Catalog. - [ClickHouse](https://infrawrench.com/docs/plugins/clickhouse.md): Manage ClickHouse Cloud services and query HTTP interface endpoints. - [Cloudflare](https://infrawrench.com/docs/plugins/cloudflare.md): Manage zones, DNS, Workers, R2, KV, D1, Tunnels, Access, and more. - [Netlify](https://infrawrench.com/docs/plugins/netlify.md): Manage Netlify sites, deploys, forms, DNS zones, and environment variables. - [Vercel](https://infrawrench.com/docs/plugins/vercel.md): Manage Vercel projects, deployments, domains, environment variables, and teams. - [Docker](https://infrawrench.com/docs/plugins/docker.md): Control containers on a local or remote Docker host. - [SSH](https://infrawrench.com/docs/plugins/ssh.md): Register a plain SSH host so you can open a terminal from the app. - [Cloudinary](https://infrawrench.com/docs/plugins/cloudinary.md): Manage Cloudinary folders, media assets, upload presets, and transformations. - [OpenSearch](https://infrawrench.com/docs/plugins/opensearch.md): Connect to an OpenSearch (or Elasticsearch-compatible) cluster — browse indices, run searches, manage snapshots. - [Kafka](https://infrawrench.com/docs/plugins/kafka.md): Connect to any Apache Kafka cluster — browse topics, consumer groups, and cluster metadata. - [OpenAI](https://infrawrench.com/docs/plugins/openai.md): Models, fine-tuning, batches, files, vector stores, containers and evals, plus organization projects, members, keys and real spend — with a Speech tab for text-to-speech and transcription. - [Anthropic](https://infrawrench.com/docs/plugins/anthropic.md): Claude models, Message Batches and Files, plus workspaces, members, invites, API keys, usage and cost reporting with an Admin API key. - [Google Gemini](https://infrawrench.com/docs/plugins/gemini.md): The Gemini API on Google AI Studio — models, tuned models, files, context caches, batches and File Search stores, plus speech synthesis and transcription. - [DeepSeek](https://infrawrench.com/docs/plugins/deepseek.md): DeepSeek's complete REST surface — the model list and the prepaid credit balance. - [Cohere](https://infrawrench.com/docs/plugins/cohere.md): Cohere's Command, Embed, Rerank and Transcribe models, plus the datasets, fine-tunes, embed jobs and batches in your account. - [xAI](https://infrawrench.com/docs/plugins/xai.md): Browse Grok models, files, batches and voices, manage team API keys and read the audit log, and run Grok speech synthesis and transcription from the Speech tab. - [OpenRouter](https://infrawrench.com/docs/plugins/openrouter.md): Browse the OpenRouter catalogue with per-provider pricing, uptime and latency percentiles, manage API keys and credits, and run speech synthesis and transcription from the Speech tab. - [Together AI](https://infrawrench.com/docs/plugins/together.md): Dedicated endpoints, fine-tunes, files, batches and evaluations on Together AI — plus a Speech tab for text-to-speech and Whisper transcription. - [Replicate](https://infrawrench.com/docs/plugins/replicate.md): Browse Replicate predictions, models, trainings and files, and create or rescale deployments. - [Fireworks AI](https://infrawrench.com/docs/plugins/fireworks.md): Manage Fireworks deployments, models, datasets, fine-tuning and batch jobs, API keys, secrets and quotas — with real usage costs. - [Groq](https://infrawrench.com/docs/plugins/groq.md): Browse the GroqCloud model catalogue, batches, files, and LoRA adapters, and run Whisper transcription and Orpheus speech synthesis from the Speech tab. - [Mistral AI](https://infrawrench.com/docs/plugins/mistral.md): Manage Mistral models, voices, files, fine-tuning and batch jobs, plus Voxtral transcription and speech synthesis from the Speech tab. - [ElevenLabs](https://infrawrench.com/docs/plugins/elevenlabs.md): Browse ElevenLabs voices, models, pronunciation dictionaries and generation history, and run text-to-speech and Scribe transcription from the Speech tab. - [Deepgram](https://infrawrench.com/docs/plugins/deepgram.md): Manage Deepgram projects, API keys, members, invites and prepaid balances, chart usage, and round-trip audio through Nova transcription and Aura voices. - [AssemblyAI](https://infrawrench.com/docs/plugins/assemblyai.md): Browse the account's transcripts and run a full upload-submit-poll transcription from the Speech tab in one step. - [Speechmatics](https://infrawrench.com/docs/plugins/speechmatics.md): Batch transcription jobs on a regional endpoint, plus workspace projects and API keys through the Management API, and a Speech tab that transcribes in one request. - [Cartesia](https://infrawrench.com/docs/plugins/cartesia.md): Browse Cartesia voices and pronunciation dictionaries, list API keys and track estimated credit spend with an admin key, and run Sonic synthesis and Ink Whisper transcription from the Speech tab. - [Rev AI](https://infrawrench.com/docs/plugins/revai.md): Rev AI transcription jobs, custom vocabularies and account balances on either deployment, with a Speech tab that submits and polls a clip in one step. - [Gladia](https://infrawrench.com/docs/plugins/gladia.md): Gladia pre-recorded transcription jobs and their results, with a Speech tab that uploads, submits and polls a clip in one step. - [WorkOS](https://infrawrench.com/docs/plugins/workos.md): Manage WorkOS organizations, users, memberships and invitations, watch SSO connections and Directory Sync directories, define roles, and wire up webhook endpoints. - [UploadThing](https://infrawrench.com/docs/plugins/uploadthing.md): Browse, upload, rename, re-permission, and delete the files in an UploadThing app, and watch its storage quota. ## Team and billing - [Organizations and invites](https://infrawrench.com/docs/team-and-billing/organizations-and-invites.md): Share a workspace with teammates. - [Roles and permissions](https://infrawrench.com/docs/team-and-billing/roles-and-permissions.md): System roles, custom roles, and the permission model. - [Billing and plans](https://infrawrench.com/docs/team-and-billing/billing-and-plans.md): What is free, what is paid, and how to upgrade. - [Audit log](https://infrawrench.com/docs/team-and-billing/audit-log.md): See who did what across your organization. - [Break-glass access](https://infrawrench.com/docs/team-and-billing/break-glass-access.md): Time-boxed permission elevation. Ask for the permissions you need, for the minutes you need them, with a reason; someone else approves; the elevation lapses on its own. - [API keys](https://infrawrench.com/docs/team-and-billing/api-keys.md): Issue tokens for programmatic access to your infrawrench organization. - [Credential hygiene](https://infrawrench.com/docs/team-and-billing/credential-hygiene.md): API keys nobody uses, SSH keys nothing references, and members holding write permissions they never exercise — from data Infrawrench already holds, with nothing to install. - [API reference (OpenAPI)](https://infrawrench.com/docs/team-and-billing/openapi.md): How to find, generate, and use the OpenAPI 3.1 spec for the Infrawrench cloud API. - [SSH keys](https://infrawrench.com/docs/team-and-billing/ssh-keys.md): Save private keys once and reuse them across every SSH session. - [Client SDKs](https://infrawrench.com/docs/team-and-billing/client-sdks.md): Generated, MIT-licensed API clients for nine languages, built from the OpenAPI spec. - [Trusted SSH hosts](https://infrawrench.com/docs/team-and-billing/ssh-host-keys.md): Pinned SSH host-key fingerprints — review and revoke trust. - [Change freezes](https://infrawrench.com/docs/team-and-billing/change-freeze.md): Declare org-wide freeze windows that block destructive actions, with audited admin overrides.