Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Security / Autobahn External API
Autobahn External API logo

Autobahn Security Autobahn External API

Community OpenAPI document · agent-readySecurityVulnerability Managementbearer26 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Lets an AI agent read Autobahn Security assets, issues, and scan results and manage tags and team members after obtaining a bearer token.

Use for: I need to list the assets tracked in Autobahn Security, Read the open security issues for our organization, Get the results of the latest scan, Add a tag to a specific asset

Not supported: Reads and manages data within the Autobahn Security platform only; it does not run its own scans on demand or cover assets outside the platform, so pair it with a scanner for those needs.

The Autobahn Security API is the platform's external REST interface for its vulnerability management workflow. After the auth endpoint issues a token, the API reads assets and their port details, security issues and knowledge-base entries, and scan results, targets, and metadata, and it manages team members and asset and issue tags. Only the auth endpoint requires no token; the others use a bearer token.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Autobahn External API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Autobahn External API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fautobahn-security.com%2Fautobahn-security" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fautobahn-security.com%2Fautobahn-security" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Autobahn External API.

Obtain a bearer token from the auth endpoint

List assets and read their port details

Read security issues and knowledge-base entries

Read scan results, targets, ports, and metadata

Assign and remove tags and assignees on assets and issues

Manage team members and invitations

Use Cases

Patterns agents use Autobahn External API for, with concrete tasks.

★ Pull vulnerability data into a dashboard

Security teams centralize findings from many tools. The Autobahn Security API reads assets, issues, and scan results, so an integration can feed live vulnerability data into a dashboard or a risk report without exporting from the UI.

Read the current issues and summarize how many are open by severity.

Automate asset and issue triage

Triage means labelling and assigning findings as they arrive. The API adds and removes tags and assignees on assets and issues, so an integration can route a new finding to the right owner and tag it for tracking automatically.

Tag a given asset and assign its open issues to the responsible owner.

Track scan coverage and metadata

Knowing what has been scanned matters as much as the findings. The API reads scans, their targets, ports, and metadata, so an integration can confirm coverage and report on scan history across the estate.

List recent scans and report their targets and completion metadata.

Let an agent answer security questions

An AI agent supporting a security team can obtain a token and read assets, issues, and scans on request. Through Jentic the agent discovers these operations by intent and runs them under the team's own token, keeping actions within the team's controls.

Given an asset name, read its open issues and report them to the user.

Key Endpoints

26 endpoints — the autobahn security api is the platform's external rest interface for its vulnerability management workflow.

METHOD

PATH

DESCRIPTION

POST

/api/external/auth

Obtain a bearer token

POST

/api/external/assets

List assets

POST

/api/external/issues

List security issues

POST

/api/external/scans

List scans and their results

POST

/api/external/issues/kb

Read issue knowledge-base entries

POST

/api/external/teams/members

List team members

POST

/api/external/auth

Obtain a bearer token

POST

/api/external/assets

List assets

POST

/api/external/issues

List security issues

POST

/api/external/scans

List scans and their results

POST

/api/external/issues/kb

Read issue knowledge-base entries

POST

/api/external/teams/members

List team members

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Autobahn Security into an agent yourself means calling the auth endpoint, holding the returned token, and mapping the asset, issue, and scan reads. With Jentic you install once, import Autobahn Security from the Directory, and store the credential a single time.

Permission scoping

Permission scoping

Running Jentic in your own instance, you decide which Autobahn Security operations the agent may call, so you can allow reads of assets and issues while blocking tag or team changes. Access is granted per operation.

Credential management

Credential isolation

Your Autobahn Security credential is held encrypted by your own Jentic One instance and injected only when an operation runs, so it never appears in the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents find Autobahn Security through Jentic's intent search: a request like read open issues for an asset resolves to the right operation with inputs and auth prepared.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Tenable Nessus

→

Runs vulnerability scans and reports findings across assets.

Choose Tenable Nessus when the workflow needs its scanning engine instead of Autobahn Security.

Complementary

Tenable Attack Surface Management

→

Discovers and monitors an organization's external attack surface.

Use Tenable Attack Surface Management alongside Autobahn Security to widen external asset discovery.

Complementary

Contrast Security

→

Detects vulnerabilities from inside running applications.

Use Contrast Security when a workflow needs runtime application testing to complement Autobahn's findings.

FAQs

Specific to using Autobahn External API through Jentic.

Is there an MCP server for the Autobahn Security API?

You do not need a dedicated MCP server. Through Jentic your self-hosted agent can call Autobahn Security operations directly by intent, so you connect the API without maintaining separate MCP tooling.

Can I control what my agent is allowed to do in Autobahn Security?

Yes. Because you run Jentic yourself, you choose which Autobahn Security operations your agent can call, so you can allow reads of assets and issues while withholding tag or team changes. Scoping is applied per operation.

What authentication does the Autobahn Security API use?

The auth endpoint issues a bearer token, and the other operations send that token in the Authorization header. Jentic obtains and injects the token from your stored credential when a call runs.

What security data can the API read?

It reads assets and their port details, security issues and knowledge-base entries, and scan results, targets, ports, and metadata, so you can build reporting and triage on top of it.

Can the API modify tags and assignees?

Yes. Alongside reads, it adds and removes tags and assignees on assets and issues and manages team members, so you can automate triage as well as reporting.

How does an agent find Autobahn Security operations in Jentic?

The agent searches Jentic by intent, such as reading open issues for an asset, and Jentic returns the matching operations ready to run under your token.

GET STARTED

Start building with Autobahn External API

Explore with Jentic One
View OpenAPI Document