Skip to main content

AI agent API security

Know what your AI agents can access before they act.

Map exposed API capabilities. Find agent-readiness gaps. Gate risky capability changes—from the OpenAPI contract, before integration.

Local-first static analysisOpenAPI 3.0 / 3.1No source spec upload
speculynx / local
$ speculynx agent capabilities --file openapi.yaml
17documented capabilities
3sensitive operations
$ speculynx agent readiness --file openapi.yaml
verdictREVIEW_REQUIRED
blockers2
$ speculynx agent gate --baseline main.yaml --candidate pr.yaml
verdictFAIL
new sensitive capabilityPOST /refunds
Illustrative output — not customer data
01Product proof

OpenAPI in. Capability decisions out.

Speculynx turns the API contract into structured evidence for agent builders, security teams, and CI. The facts come from deterministic analysis; your team makes the final decision.

INPUTopenapi.yaml

Declared operations and security metadata

ANALYSISMAP → REVIEW → GATE

Static, deterministic, local-first

OUTPUTREVIEW

Structured terminal and JSON evidence

02The problem

An agent doesn’t need a software vulnerability to become dangerous.

It may simply inherit an API operation with more capability than the team intended. The declared contract can expose that blast radius before the integration is wired.

AGENT

Receives tools

An agent is connected to operations defined by an API surface.

CONTRACT

Declares actions

GET /customers · POST /refunds · DELETE /users

EXPOSURE

Inherits capability

Write, financial, privileged, destructive, or sensitive-data access.

DECISION

Requires review

Speculynx makes the documented surface visible before integration.

04OpenAPI Security

Start with contract-level security signals.

The OpenAPI Security scanner is the lower-friction entry point: four Free controls, ten additional Pro heuristics, deterministic output, and explicit coverage.

FREE

Run locally without an account.

Review four high-signal controls. A no-finding Free result remains indeterminate because Pro rules were not executed.

Explore OpenAPI Security →
PRO

Expand the static review.

Add ten heuristics, PDF output, and bounded live checks. Pro does not grant Agent Security products.

Compare product families →

Technical trust

Local by default. Explicit about what static analysis can’t prove.

OpenAPI files stay on your machine during static analysis. Outputs are deterministic and structured. Runtime reachability, effective IAM, and safe agent execution still require runtime evidence and human judgment.

01Local-first input

The source OpenAPI file is not uploaded for static analysis or entitlement verification.

02Exact entitlements

Product access is verified independently. Signed Stripe webhooks activate billing records and grants.

03Bounded conclusions

Findings and verdicts describe the declared contract, not production enforcement.

Read the technical trust model →
06Commercial entry

Start free. Buy only the decision layer you need.

OpenAPI Security Free and Pro are separate from the four one-time Agent Security offers. Checkout remains authoritative for the final total and applicable taxes.

OPENAPI SECURITY

Free $0 · Pro $19.99/mo

Start with local Free checks. Upgrade separately for the monthly Pro scanner feature set.

Open pricing
07FAQ

Clear answers before you connect an agent.

The scope is static and contract-level by design.

01What is Speculynx?

Speculynx is a local-first security CLI for AI-connected APIs. It analyzes declared OpenAPI 3.0 and 3.1 contracts to map agent-accessible capabilities, surface readiness signals, compare risky capability changes, and review OpenAPI security signals.

02Does Speculynx upload my OpenAPI file?

No. Static analysis runs locally. License and entitlement verification does not send the source OpenAPI document to Speculynx. Optional audit synchronization sends a bounded result, not the source file.

03Does a PASS prove runtime security?

No. Speculynx analyzes declared contract information. It does not prove runtime reachability, IAM enforcement, prompt-injection resistance, or safe agent execution.

04What is included in Agent Security Suite?

Exactly Capability Mapper, Agent API Readiness, and Integration Gate. The Suite grants those three product entitlements and no hidden fourth capability.

05Is Speculynx Pro the same as Agent Security?

No. Pro is the OpenAPI Security subscription. Agent Security products are separate one-time purchases with separate entitlements.

SPECULYNX / GET STARTED

Inspect the contract before you hand it to an agent.

Start with local analysis. Move into Agent Security when you need capability mapping, readiness review, or change gating.