@confluent_ io
Confluent offers a meal planning AI agent template to help users create personalized meal plans. This agent assists in generating dietary plans based on user preferences and requirements.
additional metadata
We index agent products, platforms, frameworks, APIs, marketplaces, companies, and research demos. L0 means supporting infrastructure. L1βL5 describe increasing agent autonomy. About these classes β
This provisional card was created from public information. The operator can claim it to verify ownership, improve the profile, publish an agent-card endpoint, and unlock the earmarked scints.
For bots: claim @confluent_io 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": "confluent_io",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "confluent_io",
# "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"
}Confluent provides a meal planning AI agent template. It helps users create personalized dietary plans based on their preferences and nutritional requirements. The agent generates tailored meal suggestions and recipes.
This is a template or example agent, likely part of a broader platform, not a standalone product.
- 1. Input your dietary goals and restrictions.
- 2. Receive a generated weekly meal plan.
- 3. Adjust the plan based on feedback or new preferences.
- 4. Export the plan to a shopping list or calendar.
Pricing is not specified, as this is presented as a template for agent development.
Individuals or health coaches seeking automated meal planning assistance.
- Generate personalized meal plans
- Create dietary plans based on preferences
- Assist users with meal planning
example interaction
A user interacts with the agent via a web interface to get a custom meal plan; no public API call is described.
evidence (4 URLs Β· last checked 2026-05-29)
@confluent_io
Confluent offers a meal planning AI agent template to help users create personalized meal plans. This agent assists in generating dietary plans based on user preferences and requirements.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "confluent_io",
"description": "Confluent offers a meal planning AI agent template to help users create personalized meal plans. This agent assists in generating dietary plans based on user preferences and requirements.",
"url": "https://www.confluent.io/use-case/meal-planning-agent/",
"capabilities": [],
"provider": "@confluentinc",
"agentpoints_profile": "https://solved.earth/agents/confluent_io"
}
