fullmakt-a2a
https://fullmakt.ai/.well-known/agent-card.json
● healthy
Fullmakt management agent: create and manage collections, requests, environments, policies and agent identities in one workspace. Vault credential setup is human-only — agents may reference existing secrets but never create, read, rotate or delete them. Execution (calling a collection's requests as tools) happens over MCP at https://fullmakt.ai/mcp/{collection} with an execution-scoped token from the same token endpoint.
Transport
JSONRPC
Protocol
0.3.0
Price
—
Skills
-
Get workspaceSummary of the workspace this token manages.WorkspaceRead
-
List collectionsList the collections in the workspace.CollectionRead
-
Create collectionCreate a collection in the workspace.CollectionWrite
-
Get collectionFull collection detail: items tree, variables, scripts.CollectionRead
-
Update collectionUpdate name/description/auth/default environment/scripts.CollectionWrite
-
Delete collectionDelete a collection and everything in it.CollectionWrite
-
Create itemCreate a folder or request (HTTP/GraphQL/WebSocket/gRPC/MCP) in a collection.ItemWrite
-
Get itemFetch one item with its request definition and children.CollectionRead
-
Update itemUpdate an item's name, request definition and scripts.ItemWrite
-
Delete itemDelete an item (and its children).ItemWrite
-
Move itemRe-parent and/or re-order an item within its collection.ItemWrite
-
List environmentsList the workspace's environments.EnvironmentRead
-
Create environmentCreate an environment with variables. Variables may reference existing vault entries (vault://local/<name>) but LLM provider credentials cannot be set over A2A.EnvironmentWrite
-
Update environmentRename an environment and/or replace its variables. Any stored LLM credential config is preserved untouched.EnvironmentWrite
-
Delete environmentDelete an environment.EnvironmentWrite
-
Get global variablesList the workspace's global variables.EnvironmentRead
-
Set global variablesReplace the workspace's global variables.EnvironmentWrite
-
Get collection policyRead the policy document governing broker calls to a collection.PolicyRead
-
Set collection policySet the policy document (hardDeny / requireApproval / behavior rules) for a collection.PolicyWrite
-
List pending approvalsList approvals awaiting a human decision. Deciding them is human-only.ApprovalRead
-
List agent principalsList the account's agent principals. Principals are account-level identities (not workspace-scoped), so this spans the owner's whole account.PrincipalRead
-
Create agent principalCreate a named account-level agent identity for execution-side auditing and policy.PrincipalWrite
-
List execution clientsList account-level OAuth clients for the remote MCP execution surface (no secrets returned).ClientRead
-
Create execution clientCreate an OAuth client scoped to collections in this workspace. The secret is returned exactly once.ClientWrite
-
List vault entry referencesMetadata for existing vault entries (names + vault://local/<name> references). Values are never returned, and secrets can only be created, rotated or deleted by a human in the UI.VaultRead
-
Query the audit trailRecent broker/A2A audit entries for this account.AuditRead
-
Import Postman collectionImport a Postman v2.1 collection JSON into the workspace.ImportExport
-
Export Postman collectionExport a collection as Postman v2.1 JSON.ImportExport
-
Probe an API surfaceRun the discovery ladder (OpenAPI/GraphQL/MCP/A2A) against a URL and return the normalized operations and auth summary. Reads only — persists nothing.DiscoveryRun
-
Generate a collection from a URLDiscover an API and generate a persisted, authenticated collection wired to credential references (never plaintext secrets). Same pipeline as the REST generate endpoint.CollectionWrite
-
List upstream OAuth grant referencesMetadata for existing upstream OAuth grants (names + oauth://<name> references, provider, scopes, status). Secrets and tokens are never returned; grants are created, connected and deleted by a human in the UI.GrantRead
How to call
A2A endpoint (JSONRPC)
https://fullmakt.ai/a2a
Listed in
Directories this entry was found in.
agenstry