Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/terms/partials/byoa.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== BYOA (bring your own agent)
:term-name: BYOA (bring your own agent)
:hover-text: An agent built and run by you (in your own runtime, in any language) that registers with Redpanda for governance, observability, and gateway access. The runtime is yours; the policy and audit trail are Redpanda's.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/declarative-agent.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== declarative agent
:term-name: declarative agent
:hover-text: An AI agent declared in YAML and run by Redpanda's managed runtime. The platform handles execution, model routing, and tool invocation. You describe the behavior, system prompt, and tool attachments.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/governance-dashboard.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Governance dashboard
Comment thread
micheleRP marked this conversation as resolved.
Outdated
:term-name: Governance Dashboard
Comment thread
micheleRP marked this conversation as resolved.
Outdated
:hover-text: Cross-tenant overview UI showing spending, agent activity, MCP server inventory, and authorization events. The dashboard composes data from `SpendingService`, `AgentRegistryService`, and `MCPServerService`.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/oauth-client.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== OAuth Client
:term-name: OAuth Client
Comment thread
micheleRP marked this conversation as resolved.
Outdated
:hover-text: An admin-registered external tool (such as Claude.ai, ChatGPT, or Cursor) authorized to request tokens from the in-dataplane OAuth authorization server. Distinct from an OAuth provider.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/oauth-connection.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== OAuth Connection
:term-name: OAuth Connection
:hover-text: A per-user OAuth connection to a third-party provider, created by completing the consent flow. Connections store the user's access and refresh tokens in the Token Vault and are used by agents on behalf of that user.
Comment thread
micheleRP marked this conversation as resolved.
Outdated
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/oauth-provider.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== OAuth Provider
:term-name: OAuth Provider
:hover-text: An admin-registered upstream OAuth identity (such as Slack, Workday, or a custom IdP) that ADP users can connect to by completing the consent flow. Distinct from an OAuth Client.
Comment thread
micheleRP marked this conversation as resolved.
Outdated
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/resource.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== resource
:term-name: resource
:hover-text: Read-only data exposed by an MCP server that an agent can fetch by URI. Resources surface things like file contents, database rows, or API responses without performing side effects.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/spending-event.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== spending event
:term-name: spending event
:hover-text: A per-LLM-request cost record produced by the AI Gateway, carrying input, output, cached, and cache-write token counts plus tenant, provider, model, organization, and user identifiers. Cost is calculated downstream. The event itself carries raw token counts.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/token-vault.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Token Vault
:term-name: Token Vault
Comment thread
micheleRP marked this conversation as resolved.
Outdated
:hover-text: Encrypted store for per-user OAuth tokens used to access third-party providers. Supports admin-level connection revocation and data-encryption-key rotation.
:category: Agentic Data Plane
4 changes: 4 additions & 0 deletions modules/terms/partials/tool.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== tool
:term-name: tool
:hover-text: A capability exposed by an MCP server that an AI agent can discover at runtime and invoke through structured JSON-RPC calls. Tools encapsulate operations such as querying a database, calling an API, or sending a message.
:category: Agentic Data Plane