ethira
Features
AboutBlogSign inBook a demo
IT, platform & DevOps
Catalog
Where to startYour asset catalogPeople & teams
Automate
API & CLI accessConnect AI tools (MCP)Agent telemetryJobs & workflows
Connect
IntegrationsGet help & what's next
Book a demoStuck? Ask the Agent anytime.
SystemMicroserviceRepositoryAPI keyDatasetMCP serverAI agent
IT, platform & DevOps guide

One catalog,
wired to your stack,
automated end to end

A practical guide for IT admins, platform engineers, and DevOps teams. Catalog your assets, connect the tools you already run, automate with the API and CLI, and govern the AI in your infrastructure — all from one workspace.

For IT, platform & DevOps teams  ·  Builds on the platform basics  ·  ~20 minutes to read

Catalog

One inventory of systems, services, data, and people.

Automate

Drive it all from the API, CLI, and scheduled jobs.

Connect

Wire in Jira, Slack, SSO, and the AI tools you use.

Govern

See and approve the AI agents and servers in play.

This guide is for the people who keep the lights on — cataloging what's running, wiring Ethira into the stack you already operate, and automating the parts that shouldn't need a human.

Read it in any order. Where something's quicker from a terminal or a script than a screen, this guide says so — and the Agent can do a lot of it for you in plain language.

Related guides. For shadow-IT discovery and rolling out the browser extension, see the security & IT guide. For mapping functions to systems under DORA, see the DORA guide. This one focuses on the catalog, the developer tooling, and the integrations.

Catalog

Your asset catalog

Inventory is your single, workspace-wide catalog of everything IT — and every asset can link to the risks and vendors it touches, so governance runs end to end.

Each asset type has its own tab, and they all work the same way: create a record, open it to edit and add relationships, and search or filter to find what you need. Here's what you can track:

  • Systems & productsYour IT systems and software, with dependencies and ownership.
  • MicroservicesA service catalog — purpose, stack, and relationships.
  • RepositoriesCode repos with their linked systems, teams, and security config.
  • DatasetsData assets with classification, ownership, and processing context.
  • AgentsAI agents running in your infrastructure (register them here first).
  • Devices & locationsServers and equipment, plus the sites they live in.

The Overview tab draws a relationship graph across everything, so dependencies are easy to see. There's also a Vendors view that shows your third parties as inventory — with a clear split between direct vendors and their subcontractors.

Faster from the keyboard. The Agent creates and finds records for you — "Register a microservice called payments-api owned by Platform," or "List all systems without an owner." And anything in inventory can be synced in bulk from the CLI (more on that below).

Catalog

People & teams

People and teams are the thread that ties ownership together — across assets, risks, and access reviews.

Under Inventory → People you'll find everyone with their roles, team memberships, the assets they own, and related risks. Teams works the same way — create a team, add members, and link the assets they operate. People records feed access-review lists and risk ownership, so keeping them current pays off everywhere else.

Sync from Google Workspace

Rather than maintain people by hand, connect Google Workspace at the organization level and Ethira syncs your directory — users and group memberships — into people records automatically. Set it up under My Organization → Integrations. The same connection also powers vendor discovery elsewhere in Ethira.

Automate

API & CLI access

Everything you can do in the UI, you can drive from your own tooling — CI/CD pipelines, scripts, and scheduled jobs.

API keys

Create scoped keys under Settings → API Keys. Give each one a name and an optional role so you're granting least privilege, and copy the token when it's shown — you only see it once. Keys belong to the workspace, not the person who made them, so they keep working when someone leaves the team, and you can disable any key from the same page when you rotate or retire an integration.

The Ethira CLI

The CLI is your command-line path for inventory sync, vendor operations, and CI gates — ideal when shadow tooling never touches a browser. Grab the setup steps from the in-product Ethira CLI tab, authenticate with an API key, and you've got commands for the things you do most:

  • Sync your inventoryPush systems, microservices, datasets, repositories, teams, and devices — individually or all at once.
  • Work with vendorsList and operate on vendor records straight from a script.
  • Gate your pipelinesRun a quick connection or status check as part of CI.

Authenticate however suits your setup — an environment variable, a config file, or a flag on the command.

Automate

Connect AI tools (MCP)

Ethira speaks MCP in both directions, which trips people up — so here's the clear version. It comes down to which way the data flows.

Tools → into Ethira

MCP Server

Let Claude, Cursor, VS Code, or the CLI read and manage your workspace data. Generate a token under Settings → MCP Server, pick your client, and connect.

e.g. "Show me my Ethira systems from inside Cursor."
Tools → for the Agent

Connected MCP servers

Give Ethira's own Agent new powers by connecting outside servers — Notion, Linear, your internal tools. Set them up under Settings → Integrations → Agent tools.

e.g. "Have the Agent create a Linear issue from this risk."

Read access comes on by default for connected servers; turn on write tools deliberately, when you mean to. A token's reach always matches the permissions of whoever created it, so scope access with roles. There's also a third piece — a governance registry where developers request MCP servers and admins approve them — covered in the security & IT guide.

Automate

Agent telemetry

For the AI agents running in your own code, Ethira can stream what they do — the calls they make, the tools they invoke, the decisions they take — into one place alongside the rest of your inventory.

  1. Register the agent under Inventory → Agents so it has a home.
  2. Issue an ingest token scoped to that agent.
  3. Add the Ethira SDK to your agent's code and point it at the token.

From then on, its activity shows up on the agent's page within seconds — giving you runtime visibility into the AI in your stack, not just a static record that it exists.

Automate

Jobs & workflows

Watch what's running

The Jobs page is your window into background work — imports, processing pipelines, and other long-running operations. It auto-refreshes while jobs are active, and you can expand any row to see its steps and progress. It's the first place to look when a vendor import, risk import, or backfill doesn't land as expected.

PendingRunningCompletedFailedCancelled

Put routine work on a schedule

Workflows let you schedule Agent prompts to run on their own — a nightly inventory audit, a weekly monitoring digest, a monthly compliance summary. Create one with a prompt and a schedule (hourly through monthly, or a cron expression), flip it on, and use Run now to test without waiting. Each run opens its own Agent conversation in the history, so you can always read back what it did.

Connect

Integrations

Ethira plugs into the stack you already run. Most live under Settings; directory sync sits under My Organization → Integrations.

  • Jira & LinearLink risk mitigations to issues, with status sync from Jira.
  • SlackNotifications, Agent posting, and discovered-vendor alerts.
  • SSO & SCIMSAML sign-on and automated user provisioning.
  • Google Drive & Microsoft 365Browse and import documents without re-uploading.
  • Google CalendarSync compliance events and review dates.
  • VantaCompliance posture and vendor discovery sync.
  • Cursor & ClaudeMonitor team AI usage and spend.
  • Google WorkspaceDirectory sync into people records.

A quick tip: hit ⌘K or Ctrl K anywhere and type the integration's name to jump straight to its settings.

Connect

Get help & what's next

The Agent handles a lot of operational work directly — it knows your inventory and can read and write through the same tools your scripts use. A few prompts that fit:

List all systems without an ownerSync our repository inventory from the CLI configRegister a microservice called payments-api owned by PlatformShow me the failed jobs from this weekWhich datasets have no classification set?

You're set to run the platform

Catalog what's running, wire in the tools you already use, and let the API, CLI, and scheduled workflows carry the routine — with Ethira keeping the record straight.

Book a demoBack to top ↑
ethira

Govern every asset. Automatically.

Platform

  • Features
  • Guides
  • AI Governance

Use Cases

  • Shadow AI Discovery
  • AI Agent Governance
  • Third-Party Risk (TPRM)
  • ICT Risk Management
  • DORA RoI Reporting

Company

  • About
  • Blog
  • FAQ
  • Brand
  • Privacy Policy
  • Terms of Service
  • Subprocessors
  • Contact

© 2026 Ethira AB · Luntmakargatan 26, 111 37 Stockholm, Sweden

Privacy PolicyTerms of ServiceSubprocessors