{"uid":"cap_A1xR1-FO85WGxw49nBVOh","slug":"pinecone-vector-upsert-via-sovereign-x402-8a93d15d","name":"Pinecone Vector Upsert via Sovereign x402","description":"Upsert vectors into a Pinecone index (index must already exist in your Pinecone project -- 'test-index', dimension 2, is kept live for exactly this example).","url":"https://sovereign-x402-zeta.vercel.app/api/v1/vector/pinecone/upsert","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","properties":{},"additionalProperties":true},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_iCwn-vNzepUASsd3BWPeM","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Upserts (inserts or updates) vectors into an existing Pinecone index, paid per call via x402 micropayment.","exampleAgentPrompt":"Store these two 2-dimensional vectors into my Pinecone 'test-index' — vector ID 'vec1' with values [0.1, 0.9] and vector ID 'vec2' with values [0.5, 0.5].","exampleUseCases":[{"title":"RAG pipeline vector indexing","prompt":"I just generated embeddings for 50 new documents — upsert them all into my Pinecone 'test-index' so they're available for semantic retrieval."},{"title":"Update existing embeddings in index","prompt":"The embedding for document ID 'doc-42' has changed — please update it in Pinecone 'test-index' with the new 2D vector values [0.3, 0.7]."},{"title":"Bootstrap vector store for similarity search","prompt":"I need to seed my Pinecone 'test-index' with a set of product embedding vectors so I can start doing similarity searches — can you upsert them now?"}],"resultDescription":"Returns a confirmation from Pinecone indicating how many vectors were successfully upserted into the specified index, typically including an upserted count field.","failureModes":["Index does not exist in the Pinecone project — the target index must be pre-created","Vector dimension mismatch — submitted vectors must match the index's configured dimension (2 for 'test-index')","Malformed request body — missing required fields like vector IDs or values","Payment failure — x402 micropayment of $0.005 USDC not processed correctly","Pinecone API key or project misconfiguration on the server side"],"whenToPreferThis":"Choose this endpoint when you need a pay-per-call, no-setup-required way to upsert vectors into Pinecone via an x402-enabled micropayment flow, especially useful for agents that need programmatic vector storage without managing Pinecone credentials directly. Prefer it in agentic pipelines where per-call billing is preferable to subscription management.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:30:15.031Z","isFirstParty":false}