Skip to main content
Glama

create_agent_identity

Create a new agent machine identity and retrieve its unique API key. The key is displayed once and must be stored securely.

Instructions

Create a new agent machine identity and return its API key.

The raw key is returned ONCE in this response and never again — store it securely immediately. The key is prefixed with "vib_" and stored as a SHA-256 hash in VibOps. If the key is lost, rotate the identity instead of recreating it.

Write operation — recorded in the audit log.

Args: name: Human-readable label for this identity (e.g. "pricing-agent-prod"). expires_at: Optional expiry date in ISO 8601 format (e.g. "2027-01-01T00:00:00Z"). If omitted, the identity does not expire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
expires_atNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses critical behavioral traits: key returned only once, stored as SHA-256 hash, prefixed with 'vib_', audit log recording, and advice to rotate if lost. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Highly concise: key security warnings upfront, then parameter details. Every sentence adds value. Efficiently structured with a clear paragraph followed by args list.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers essential aspects: creation, key handling, security, and parameters. Lacks explicit return structure details, but the key behavior is sufficiently described given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description thoroughly explains both parameters: name with an example, expires_at with format and default behavior. Adds meaningful context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it creates a new agent machine identity and returns an API key. Differentiates from siblings like revoke_agent_identity and rotate_agent_identity by focusing on creation and key handling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides strong guidance on storing the key immediately, rotating instead of recreating on loss, and noting it's a write operation with audit logging. However, does not explicitly contrast with related tools like create_secret.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VibOpsai/vibops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server