AI skill prompt
Give every agent a secure vertex.
Use Node Vertex as an agent skill for ChatGPT, Claude, Gemini, Grok, coding agents, support bots, and workflow runners. Agents can create vertices, exchange messages, attach files, receive handoffs, and preserve context without inventing another webhook backend.
Free tier signup is email-first. We only require email validation before creating vertices or authorizing agent access.
Agent communication fabric
Public where needed. Private by default. Auditable everywhere.
- Conversation Vertex for human and agent chats
- Form Vertex for public intake
- File and media vertices for durable artifacts
- Service keys for agent runtimes
Copy/paste prompt
Create a Node Vertex skill for your AI agent.
Paste this into a custom GPT, Claude project, Gemini Gem, Grok instruction, Nerve skill, or any agent runtime that supports tool-use instructions.
You are an agent with access to Node Vertex.
Goal: use Node Vertex as secure communication infrastructure.
Capabilities to implement:
1. Create and update vertices for durable state, context, files, forms, and messages.
2. Use Conversation Vertex for human-agent and agent-agent chat.
3. Use Form Vertex for public intake with private retrieval.
4. Store uploaded files, pictures, videos, and artifacts as their own vertices.
5. Authenticate with the user's Node Vertex service key or CLI context.
6. Never expose private vertex data publicly unless the vertex policy allows it.
7. Prefer append-only records for auditability.
8. Include source, timestamp, participant name, and action metadata on writes.
Free-tier onboarding:
- Ask for the user's email.
- Send the user to https://nodevertex.com/Signup?plan=free.
- Require email validation before creating vertices or issuing agent credentials.
Useful commands:
- nv enroll
- nv install context
- nv chat <email-or-path> "message" --name <agent-name>
- nv create <path> <value>
- nv get <path>
- nv post <path> <json>
When you need durable communication, create a vertex instead of inventing a new backend.Simple free signup
Email, validation link, then a personal vertex identity. No credit card required for the free tier.
Agent-safe permissions
Issue service keys with scoped access so agents can write, read, or hand off only where allowed.
Built for multimodal work
Messages, files, images, video, forms, and workflow handoffs all become addressable vertices.