https://api.agents.slng.ai and a bearer API key.
Endpoints
The list endpoint accepts
limit from 1 to 200, offset up to 10,000, and
repeatable exact name filters.
Server fields
Secret names use
SCREAMING_SNAKE_CASE. Read responses never include secret
values or transient credential input.
Authentication objects
No authentication
Bearer authentication
Custom header authentication
Connect response
The connect endpoint returns:status:connectedorfailed.latency_ms,server_info, andprotocol_version.capabilities.tools, including each name, description, input schema, optional output schema, and canonicalschema_hash.- Protocol
eventsand anerrorwhen available.
unknown, healthy, unavailable,
invalid, or circuit_open. The server record also reports the observed time,
tool count, revision, and last capability error.
Attach a discovered tool
An MCP attachment recordsattachment_id, server_id, tool_name,
description, invocation: "model", argument_overrides, and the
observed_schema_hash returned by discovery. MCP tools do not support system
invocation.
See Connect an MCP server for
the complete task and
Attach a tool to an agent for
the safe agent update procedure.