Skip to content
0%
Concept 2 min

APIs

A Cognitive Enterprise treats "having an API" as a prerequisite for any new system.

In one sentence

Programmatic interfaces for the company's systems. They are the transport layer through which agents act on existing software. A Cognitive Enterprise treats having an API as a prerequisite for any new system.

Before

Screen-only system

What it does

Programmatic interface

After

The agent acts on the system

Example

The enrollment record only had a screen. For the agent to know whether Ana is still enrolled, someone had to open the system and check.

As long as that remains true, that process cannot move up to a higher autonomy level, and the limit is in the enrollment software, not in the AI.

The common mistake

Buying a system without an API. In a Cognitive Enterprise, that is like buying a machine with no power plug: it works on its own, but it cannot join the production line.

In practice

  • Inventory what has an API and what does not. The list of what does not is the roadmap.
  • Apply the profile filter on the server, so that a compromised agent cannot request anything forbidden.
  • Every irreversible action needs an idempotency key.

How to make it tangible

Map which systems have an API and which do not. Those that do not become roadmap items, with a date.

Translated from Portuguese with AI assistance.

To discuss

Is this already in place in your company? Compare with the criterion:

Done when: When every system involved in the process can be read from and written to programmatically.