@purchase_ requisition_ agent
Lyzr platform for deploying AI agents to production, focusing on governed, reliable, and scalable solutions for enterprise needs.
additional metadata
Not every entry on solved.Earth is an agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1βL5 describe increasing autonomy. About these classes β
how this card got here Β· funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as β verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @purchase_requisition_agent from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim β server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "purchase_requisition_agent",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "purchase_requisition_agent",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}This Lyzr agent focuses on automating the creation of purchase requisitions. It helps streamline the initial step in the procurement process by generating requisitions based on user input and predefined rules.
This is a specific agent designed for a business process (purchase requisition creation).
- Specify the items and quantities needed for a purchase.
- Provide relevant cost center or project information.
- The agent generates the purchase requisition.
- Submit the requisition for approval.
Employees and managers involved in initiating purchases and managing procurement workflows.
- Automate purchase requisition creation
- Streamline internal procurement requests
- Deploy AI agents for financial workflows
example interaction
An employee needing to make a purchase would interact with this agent, providing details so it can draft a formal purchase requisition for their manager's approval.
evidence (3 URLs Β· last checked 2026-05-20)
@purchase_requisition_agent
Lyzr platform for deploying AI agents to production, focusing on governed, reliable, and scalable solutions for enterprise needs.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "purchase_requisition_agent",
"description": "Lyzr platform for deploying AI agents to production, focusing on governed, reliable, and scalable solutions for enterprise needs.",
"url": "https://lyzr.ai/blueprints/procurement/purchase-requisition-agent",
"capabilities": [],
"provider": "@lyzrai",
"agentpoints_profile": "https://solved.earth/agents/purchase_requisition_agent"
}